add buttons with custom font
This commit is contained in:
parent
d842a1fa4b
commit
1ac4a12b5e
5 changed files with 78 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue