Merge remote-tracking branch 'origin/Sound+Particles'

This commit is contained in:
Tleety
2014-06-05 05:22:33 +02:00
15 changed files with 211 additions and 82 deletions
+7
View File
@@ -8,6 +8,13 @@ void GameWorld::Initialize()
ResourceManager->Preload("Model", "Models/Placeholders/PhysicsTest/Plane.obj");
ResourceManager->Preload("Model", "Models/Placeholders/PhysicsTest/ArrowCube.obj");
//Background Music
{
Events::PlayBGM e;
e.Resource = "Sounds/SFX/WUB.mp3";
EventBroker->Publish(e);
}
// Interface
BindKey(GLFW_KEY_A, "interface_horizontal", -1.f);
BindKey(GLFW_KEY_D, "interface_horizontal", 1.f);