mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-24 23:26:45 +00:00
Fixing the pause movements
This commit is contained in:
@@ -66,6 +66,7 @@ namespace BBM
|
||||
controller.disabled = true;
|
||||
controller.pause = false;
|
||||
controller.bomb = false;
|
||||
controller.move = Vector2f();
|
||||
}
|
||||
for (auto &[_, timer] : gameScene->view<TimerComponent>())
|
||||
timer.disabled = true;
|
||||
|
||||
Reference in New Issue
Block a user