mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-11 04:48:33 +00:00
Switching keyboard layouts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user