mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 17:33:20 +00:00
fixing missing sounds
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BBM
|
||||
{
|
||||
auto scene = std::make_shared<WAL::Scene>();
|
||||
static const std::map<SoundComponent::SoundIndex, std::string> sounds = {
|
||||
{SoundComponent::JUMP, "assets/sounds/click.ogg"}
|
||||
{SoundComponent::BOMB, "assets/sounds/click.ogg"}
|
||||
};
|
||||
|
||||
addMenuControl(*scene, sounds);
|
||||
|
||||
Reference in New Issue
Block a user