v1 export fait
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user