add new models and rig and handle multiple navigation region
This commit is contained in:
@@ -7,4 +7,4 @@ func enter() -> void:
|
||||
|
||||
func physics_update(_delta) -> void:
|
||||
if agent.nav_agent.is_navigation_finished():
|
||||
transitioned.emit(self, next_state_id)
|
||||
transitioned.emit(self, get_next_state())
|
||||
|
||||
Reference in New Issue
Block a user