mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-28 05:31:37 +00:00
fixed restart button appearing in MP on mobile
This commit is contained in:
parent
b24c12c629
commit
97b8df491d
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ class TouchInput {
|
||||||
if (!Net.isMP)
|
if (!Net.isMP)
|
||||||
this.restartButton = new RestartButton();
|
this.restartButton = new RestartButton();
|
||||||
pauseButton.add(parentGui);
|
pauseButton.add(parentGui);
|
||||||
restartButton.add(parentGui);
|
if (!Net.isMP)
|
||||||
|
restartButton.add(parentGui);
|
||||||
jumpButton.add(parentGui);
|
jumpButton.add(parentGui);
|
||||||
powerupButton.add(parentGui);
|
powerupButton.add(parentGui);
|
||||||
if (Settings.optionsSettings.rewindEnabled && !Net.isMP)
|
if (Settings.optionsSettings.rewindEnabled && !Net.isMP)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue