mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 16:22:09 +00:00
space bbar is now veryyyyyy repsonsive
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BBM
|
||||
};
|
||||
|
||||
for (auto key : keyPressedMap)
|
||||
key.second = Keyboard::isPressed(key.first);
|
||||
key.second = Keyboard::isDown(key.first);
|
||||
controllable.move = Vector2f();
|
||||
if (Keyboard::isDown(keyboard.keyRight))
|
||||
controllable.move.x += 1;
|
||||
|
||||
Reference in New Issue
Block a user