add buttons with custom font
This commit is contained in:
parent
d842a1fa4b
commit
1ac4a12b5e
5 changed files with 78 additions and 10 deletions
|
@ -191,4 +191,4 @@ func _on_GameState_state_changed(previous, current):
|
|||
func _on_Timer_timeout():
|
||||
var game_state = get_node("/root/Main/GameState") as GameState
|
||||
if game_state != null:
|
||||
game_state.transition_to(GameState.State.GAME_OVER)
|
||||
game_state.transition_to(GameState.State.GAME_OVER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue