Demo: Remove strange hsm.set_guard() call

This commit is contained in:
Serhii Snitsaruk 2024-06-07 17:43:46 +02:00
parent 88583a8a2e
commit fc53078130
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ func _init_state_machine() -> void:
hsm.initialize(self) hsm.initialize(self)
hsm.set_active(true) hsm.set_active(true)
hsm.set_guard(_can_dodge)
func _init_input_events() -> void: func _init_input_events() -> void: