mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-07 00:22:43 +00:00
oob keydown change
This commit is contained in:
parent
0b77ef4f79
commit
3c14d1b029
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ class MarbleWorld extends Scheduler {
|
||||||
this.playGui.update(timeState);
|
this.playGui.update(timeState);
|
||||||
AudioManager.update(this.scene);
|
AudioManager.update(this.scene);
|
||||||
|
|
||||||
if (this.outOfBounds && this.finishTime == null && Key.isPressed(Settings.controlsSettings.powerup)) {
|
if (this.outOfBounds && this.finishTime == null && Key.isDown(Settings.controlsSettings.powerup)) {
|
||||||
this.clearSchedule();
|
this.clearSchedule();
|
||||||
this.restart();
|
this.restart();
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue