feat: implement weapon framework, hitscan logic, and player movement controller with state management

This commit is contained in:
DottsGit
2026-06-05 00:25:41 -04:00
parent ea96b41287
commit da16a3a757
11 changed files with 104 additions and 7 deletions
-1
View File
@@ -6,7 +6,6 @@ var params: MovementParams:
get: return machine.params
var elapsed: float = 0.0
var _initial_y_vel: float = 0.0
var _run_speed: float = 0.0
var _last_vel: Vector3 = Vector3.ZERO