Commit Graph

8 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
Kubson96
c26dcd6eae fix: improved recoil
Recoil now based on camera move instead of applying forces on player character
2025-02-22 20:33:07 +01:00
Kubson96
0f2fac10bd feat: add recoil, fire rate and reloading
Added recoil force while shooting
Added fire rate system
Implement reloading
2025-02-22 01:28:07 +01:00
Kubson96
9e7fab3544 feat: add simple shooting component
Added interface for damage.
Added shooting component with simple shooting system.
Fix missing action bindings in player controller.
Added cylinder mesh to ExoEnemy and place him on TestMap.
2025-02-21 20:42:52 +01:00
40e5a37d91 fix: correct player character check
add player attribute component test class
2025-02-21 15:59:46 +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
594689b82b feat: add core gameplay classes and blueprints
- Add ExoGameMode class
- Add ExoCharacterBase class
- Add ExoPlayerController with basic movement and camera controls
- Add blueprints for ExoPlayerController and ExoGameMode
2025-02-12 19:10:23 +01:00