changed the timer alert text to encourage people to use the actual command syntax
This commit is contained in:
parent
3c9d8e9385
commit
a5f110dfa2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func _process(delta):
|
||||||
turn_alert_label.text = current_player+ " you're up! Type !start_turn"
|
turn_alert_label.text = current_player+ " you're up! Type !start_turn"
|
||||||
timer_bar.value = turn_timer/ accept_time_limit
|
timer_bar.value = turn_timer/ accept_time_limit
|
||||||
elif(turn_timer > 0 and turn_started):
|
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
|
timer_bar.value = turn_timer/ turn_time_limit
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue