fixed restart button appearing in MP on mobile

This commit is contained in:
RandomityGuy 2024-06-06 21:46:02 +05:30
parent b24c12c629
commit 97b8df491d

View file

@ -127,7 +127,8 @@ class TouchInput {
if (!Net.isMP)
this.restartButton = new RestartButton();
pauseButton.add(parentGui);
restartButton.add(parentGui);
if (!Net.isMP)
restartButton.add(parentGui);
jumpButton.add(parentGui);
powerupButton.add(parentGui);
if (Settings.optionsSettings.rewindEnabled && !Net.isMP)