whoooosh!

This commit is contained in:
MarcEricMartel
2023-10-16 12:02:37 -04:00
parent 54c25e6f78
commit 9cbf20ba21
9 changed files with 67 additions and 28 deletions

View File

@@ -70,8 +70,9 @@ private:
Skybox m_skybox;
Audio m_audio = Audio(AUDIO_PATH "start.wav");
irrklang::ISound* m_powpow;
irrklang::ISound* m_scream;
irrklang::ISound* m_powpow,
* m_scream;
irrklang::ISound *m_whoosh[MAX_BULLETS];
Player m_player = Player(Vector3f(.5f, CHUNK_SIZE_Y + 1.8f, .5f));