feat: add firstpersoncontroller

This commit is contained in:
2026-09-05 01:11:44 +02:00
parent c9fb6e991a
commit e8a56405df
11 changed files with 251 additions and 20 deletions
+1
View File
@@ -8,6 +8,7 @@ set(GAME_SRC
src/Lightkeeper.cpp
src/components/GameComponentRegistry.cpp
src/components/FirstPersonController.cpp
src/components/PrintComponent.cpp
src/components/TriggerLoggerComponent.cpp
)