Getting there...

This commit is contained in:
MarcEricMartel
2021-11-15 22:54:01 -05:00
parent cee946028a
commit aa1d19d93d
3 changed files with 34 additions and 20 deletions

View File

@@ -52,7 +52,7 @@ private:
Shader m_shader01;
Audio m_audio = Audio(AUDIO_PATH "music01.wav");
Player m_player = Player(Vector3f(64, 64, 64));
Player m_player = Player(Vector3f(64, 34, 64));
bool m_keyW = false;
bool m_keyA = false;