Commit Graph

14 Commits

Author SHA1 Message Date
5e46f162d1 feat: Smooth capsule while crouching. fix: slide 2025-06-01 19:22:52 +02:00
abcd8acc6f feat: Working cover and camera system 2025-06-01 17:55:38 +02:00
f3567a115e fix: Aiming through cover kinda works thank god 2025-06-01 15:57:17 +02:00
a75cc548a7 refactor: Crouching and camera controls. Cover broken 2025-06-01 15:24:30 +02:00
8c9bc0f44e feat: Character camera and simple cover system 2025-05-22 21:32:39 +02:00
BambiTheLama
acea2a0002 feat: UI ammo, UI sight 2025-05-08 17:46:09 +02:00
54396bc42c feat: add Hpbar, add RoundProgress
Hpbar  - not working
2025-04-23 23:03:06 +02:00
Kubson96
672b19326b feat: gun attaching to socket
Added FirstPersonArm from Unreal FPS template.
Modified ShootingComponent for using socket in character.
2025-04-22 23:28:59 +02:00
Kubson96
797ec44907 feat: add slide
Executing when player press crouch button (Ctrl) when sprinting (hold Shift)
2025-04-18 15:14:43 +02:00
Kubson96
b7263615c0 feat: add collecting HP and ammo
Player automatically collect HP and ammo when standing on crates. Ammo is collected only for owned gun.
2025-04-18 01:53:08 +02:00
Kubson96
c372d9e8d5 feat: slower movement when aiming
When player aiming, sprint isn't possible and walk speed is reduced to 70%
2025-04-04 19:53:32 +02:00
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