add buttons with custom font

This commit is contained in:
Fabien Freling 2020-02-07 13:39:41 +01:00
parent d842a1fa4b
commit 1ac4a12b5e
5 changed files with 78 additions and 10 deletions

View file

@ -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)