From a5f110dfa24257a7a7b9752e2630aa524985e6cd Mon Sep 17 00:00:00 2001 From: Clevertop <41929769+Clevertop@users.noreply.github.com> Date: Sun, 19 May 2024 01:22:18 +1000 Subject: [PATCH] changed the timer alert text to encourage people to use the actual command syntax --- scripts/JengaManager.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/JengaManager.gd b/scripts/JengaManager.gd index e1ea390..394daaa 100644 --- a/scripts/JengaManager.gd +++ b/scripts/JengaManager.gd @@ -65,7 +65,7 @@ func _process(delta): turn_alert_label.text = current_player+ " you're up! Type !start_turn" timer_bar.value = turn_timer/ accept_time_limit elif(turn_timer > 0 and turn_started): - turn_alert_label.text = "Use !move, !rotate, !camera and !drop to play your turn" + turn_alert_label.text = "Use !move [direction] [amount], !rotate, !camera and !drop to play your turn" timer_bar.value = turn_timer/ turn_time_limit #endregion