mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 00:31:50 +00:00
Renaming the select button
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BBM
|
||||
auto &controllable = entity.get<ControllableComponent>();
|
||||
|
||||
const std::map<KeyboardKey, bool &> keyPressedMap = {
|
||||
{keyboard.keyJump, controllable.jump},
|
||||
{keyboard.keyJump, controllable.select},
|
||||
{keyboard.keyBomb, controllable.bomb},
|
||||
{keyboard.keyPause, controllable.pause}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user