v1 export fait

This commit is contained in:
2024-10-28 21:37:42 +01:00
parent 37f68edea0
commit 9945adfdaf
24 changed files with 1056 additions and 96 deletions

View File

@@ -4,10 +4,10 @@ using System;
public partial class Door : Node2D
{
[ExportGroup("text")]
[Export] string text_char;
[Export] string answerA;
[Export] string answerB;
[Export] bool answerA_good;
[Export] string text_char {get; set;}
[Export] string answerA{get; set;}
[Export] string answerB {get; set;}
[Export] bool answerA_good {get; set;}
[Export] bool shot;
[Export] bool caniche;
[Export] AudioStream audio;