Bomb
This commit is contained in:
parent
388fe1ccce
commit
6b939d241c
12 changed files with 128 additions and 68 deletions
|
|
@ -10,6 +10,7 @@ func _ready() -> void:
|
|||
if child is State:
|
||||
states[child.name] = child
|
||||
child.transition.connect(on_transition_required)
|
||||
|
||||
else:
|
||||
push_warning("Child of state machine is not state")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue