Fix some bugs with chat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user