Refactor player animation and collision based entrances

This commit is contained in:
2026-04-02 16:11:29 -05:00
parent eabfeab91a
commit 7ad56fb876
28 changed files with 187 additions and 118 deletions

View File

@@ -15,7 +15,6 @@ func _ready() -> void:
func Enter(_extra_parameters: Dictionary) -> void:
print("Walking State Entered")
_queued_dv = _extra_parameters["dv"]
StartedWalking.emit()