Kraken power down sound. Added Zap sound to story

This commit is contained in:
Stiffly
2015-10-22 10:54:53 +02:00
parent bee4a05670
commit 16560a86b3
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -860,7 +860,7 @@ bool dd::Systems::PhysicsSystem::OnContact(const dd::Events::Contact &event)
EventBroker->Publish(se);
e.SpriteFile = "Textures/PowerUps/InkBlaster.png";
} else if (PowerKraken) {
se.FilePath = "Sounds/jap-awesome.wav";
se.FilePath = "Sounds/jap-huh.wav";
EventBroker->Publish(se);
e.SpriteFile = "Textures/PowerUps/RealeaseTheKraken.png";
}