Commit Graph

5 Commits

Author SHA1 Message Date
Kubson96
75e145c193 Update .gitignore 2025-02-15 22:18:54 +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
1220a82663 feat: add initial project 2025-02-12 15:15:36 +01:00
11a29d5d48 Initial commit 2025-02-07 20:45:07 +01:00