Subarashii... Subarashiiiii ~

This commit is contained in:
Stiffly
2015-10-19 14:59:05 +02:00
parent f2dab5bd1b
commit cda75de366
11 changed files with 20 additions and 4 deletions
+4
View File
@@ -38,6 +38,10 @@ public:
void Update(double dt) override;
private:
const std::string MENU_BGM = "Sounds/BGM/eastern-music.wav";
const std::string GAME_BGM = "Sounds/BGM/under-the-sea-n.wav";
const std::string WATER_BGM = "Sounds/BGM/water-flowing.wav";
float m_BGMMasterVolume = 1.f;
float m_SFXMasterVolume = 1.f;
std::map<ALuint, Sound*> m_BGMSourcesToBuffers;