move to apply_input_velocity on the subject

This commit is contained in:
2025-02-23 18:25:57 +09:00
parent ca63d4594c
commit 151a757e3e
13 changed files with 142 additions and 62 deletions
+1
View File
@@ -4,6 +4,7 @@ extends Node
var subject
func enter() -> void:
print("Entering state: %s" % name)
pass
func exit() -> void: