mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-17 06:29:55 +00:00
Switching keyboard layouts
This commit is contained in:
@@ -21,7 +21,6 @@ namespace BBM {
|
||||
std::map<bool, SoundComponent::SoundIndex> soundIndex = {
|
||||
{health.getHealthPoint() <= 0, SoundComponent::DEATH},
|
||||
{controllable.bomb, SoundComponent::BOMB},
|
||||
{controllable.select, SoundComponent::JUMP},
|
||||
{controllable.move.x != 0 || controllable.move.y != 0, SoundComponent::MOVE}
|
||||
};
|
||||
for (auto &a : soundIndex) {
|
||||
|
||||
Reference in New Issue
Block a user