Fix some bugs with chat

This commit is contained in:
2026-06-12 09:16:19 -05:00
parent b364fae1c7
commit 5668250ea9
5 changed files with 74 additions and 53 deletions
+3
View File
@@ -22,6 +22,9 @@ func showTimed(text:String, duration:float) -> void:
_label.text = text
visible = true
func resetTimer(duration:float) -> void:
_timer = duration
func showAdvanceable(text:String) -> void:
mode = Mode.ADVANCEABLE
_label.text = text