Commit Graph

3 Commits

Author SHA1 Message Date
c9a138e1ab fix: initialize components in constructor to prevent crash 2025-03-07 11:11:22 +01:00
Kubson96
89da8c4463 feat: add logic for jump, sprint and crouch
Added walk speed and sprint speed properties to character
Moved dodge properties to character
Implement logic for jump, sprint and crouch
Changed dodge key from Shift to Alt
2025-02-22 23:31:23 +01:00
93b047dcfa feat: add basic player setup, enemy class, and movement input
Added initial player settings, including movement logic.
Created Enemy class with basic structure.
Implemented input handling for movement and camera control.
2025-02-13 19:44:57 +01:00