add move sound

This commit is contained in:
Askou
2021-06-09 11:21:13 +02:00
parent 5df29e87c6
commit 14328a68a0
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ namespace BBM
auto scene = std::make_shared<WAL::Scene>();
std::map<SoundComponent::SoundIndex, std::string> soundPath= {
{SoundComponent::JUMP, "assets/sounds/jump.wav"},
{SoundComponent::MOVE, "assets/sounds/move.ogg"},
{SoundComponent::BOMB, "assets/sounds/bomb_drop.ogg"},
{SoundComponent::DEATH, "assets/sounds/death.ogg"}
};