Pulled out player logic and movement

This commit is contained in:
onTheZero
2025-08-15 20:35:29 -04:00
parent 5201ca46ec
commit 82f67ed634
8 changed files with 84 additions and 213 deletions

View File

@@ -13,6 +13,7 @@
#include <GameObject.h>
#include <MeshRenderer.h>
#include <LevelMap.h>
#include <PointLight.h>
const float YAW = -90.0f;
const float PITCH = 0.0f;