Switching keyboard layouts

This commit is contained in:
Zoe Roux
2021-06-18 13:43:28 +02:00
parent 8d9432c1f4
commit 63044f756a
12 changed files with 29 additions and 29 deletions
@@ -20,7 +20,7 @@ namespace BBM {
std::map<bool, SoundComponent::SoundIndex> soundIndex = {
{controllable.move.x, SoundComponent::MOVE},
{controllable.move.y, SoundComponent::MOVE},
{controllable.select, SoundComponent::JUMP},
{controllable.bomb, SoundComponent::BOMB},
};
for (auto &a : soundIndex) {
if (a.first) {