您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- extends Control
-
- export var text_path : NodePath
- onready var text := get_node(text_path)
-
- export var choices_path : NodePath
- onready var choices := get_node(choices_path)
-
- func _ready():
- Controller.speech_panel = self
- hide()
|