in-world ui textboxes

This commit is contained in:
2026-06-12 09:08:13 -05:00
parent a4d47d7f00
commit b364fae1c7
16 changed files with 265 additions and 27 deletions
+4
View File
@@ -14,6 +14,8 @@ enum InteractType {
ONE_TIME_ITEM,
CUTSCENE,
BATTLE_TEST,
CHATBOX,
PROXIMITY_CHATBOX,
};
@export_category("Identification")
@@ -33,6 +35,8 @@ var button := func():
@export var dialogueTitle:String = "start"
@export var oneTimeItem:ItemResource = null
@export var cutscene:CutsceneResource = null
@export var chatboxMessage:String = ""
@export var chatboxDuration:float = 3.0
# TEST BATTLE
@export_category("Test Battle")