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

@ -22,4 +22,4 @@ func transition_to(state):
assert(state in transitions[current_state])
var previous_state = current_state
current_state = state
emit_signal("state_changed", previous_state, current_state)
emit_signal("state_changed", previous_state, current_state)