mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Actually, go back to the main menu lol
This commit is contained in:
parent
129a591a2e
commit
c7191ad45e
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package src;
|
||||
|
||||
#if !js
|
||||
#if js
|
||||
import gui.MainMenuGui;
|
||||
#else
|
||||
import gui.ReplayCenterGui;
|
||||
#end
|
||||
import gui.ReplayNameDlg;
|
||||
|
|
@ -1170,9 +1172,7 @@ class MarbleWorld extends Scheduler {
|
|||
MarbleGame.canvas.setContent(new ReplayCenterGui());
|
||||
#end
|
||||
#if js
|
||||
var pmg = new PlayMissionGui();
|
||||
PlayMissionGui.currentSelectionStatic = mission.index + 1;
|
||||
MarbleGame.canvas.setContent(pmg);
|
||||
MarbleGame.canvas.setContent(new MainMenuGui());
|
||||
var pointercontainer = js.Browser.document.querySelector("#pointercontainer");
|
||||
pointercontainer.hidden = false;
|
||||
#end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue