Dust particles from tank wheels.

This commit is contained in:
Stiffly
2014-06-04 18:15:47 +02:00
parent f2ae46efa5
commit 6e9eeaf991
6 changed files with 111 additions and 81 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ void GameWorld::Initialize()
//Background Music
{
Events::PlayBGM e;
e.Resource = "Sounds/BGM/RideoftheValkyries.mp3";
e.Resource = "Sounds/SFX/WUB.mp3";
EventBroker->Publish(e);
}