more state chart updatres :/
This commit is contained in:
parent
02b85c7dd2
commit
32131e7e17
3 changed files with 22 additions and 9 deletions
|
@ -56,7 +56,7 @@ func evaluate_guard() -> bool:
|
|||
return false
|
||||
|
||||
# combine monitored states with expression properties
|
||||
var properties: Dictionary = root._expression_properties.duplicate()
|
||||
var properties: Dictionary = root._guard_properties.duplicate()
|
||||
for node in checked_states:
|
||||
var state = get_node_or_null(node)
|
||||
if is_instance_valid(state) and state is _State:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue