mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
minor
This commit is contained in:
parent
c5c1c30c4b
commit
e97f7f2823
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ class MPExitGameDlg extends GuiControl {
|
||||||
quickspawnBtn.extent = new Vector(104, 45);
|
quickspawnBtn.extent = new Vector(104, 45);
|
||||||
quickspawnBtn.vertSizing = Top;
|
quickspawnBtn.vertSizing = Top;
|
||||||
quickspawnBtn.pressedAction = (e) -> {
|
quickspawnBtn.pressedAction = (e) -> {
|
||||||
|
MarbleGame.instance.paused = false;
|
||||||
@:privateAccess Key.keyPressed[Settings.controlsSettings.respawn] = Key.getFrame() - 1; // jank
|
@:privateAccess Key.keyPressed[Settings.controlsSettings.respawn] = Key.getFrame() - 1; // jank
|
||||||
MarbleGame.canvas.popDialog(this);
|
MarbleGame.canvas.popDialog(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue