Merge branch 'master' into SQC-15_online

This commit is contained in:
MarcEricMartel
2023-12-05 06:34:51 -05:00
69 changed files with 172 additions and 329 deletions

View File

@@ -81,6 +81,8 @@ private:
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
void ProcessNotificationQueue();
Connector m_conn;
Audio m_audio = Audio(AUDIO_PATH "start.wav");
irrklang::ISound* m_powpow, * m_scream;
irrklang::ISound* m_whoosh[MAX_BULLETS];