feat: implement modular state-based player movement system with chain mechanics

This commit is contained in:
DottsGit
2026-06-04 10:26:18 -04:00
parent cb04df1df3
commit a86ef53622
6 changed files with 2 additions and 11 deletions
-1
View File
@@ -18,7 +18,6 @@ var input_dir: Vector2 = Vector2.ZERO
var wish_dir_world: Vector3 = Vector3.ZERO
var input_jump_pressed: bool = false
var input_jump_just_pressed: bool = false
var input_sprint: bool = false
var input_crouch: bool = false
var input_dash: bool = false