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;
|
package src;
|
||||||
|
|
||||||
#if !js
|
#if js
|
||||||
|
import gui.MainMenuGui;
|
||||||
|
#else
|
||||||
import gui.ReplayCenterGui;
|
import gui.ReplayCenterGui;
|
||||||
#end
|
#end
|
||||||
import gui.ReplayNameDlg;
|
import gui.ReplayNameDlg;
|
||||||
|
|
@ -1170,9 +1172,7 @@ class MarbleWorld extends Scheduler {
|
||||||
MarbleGame.canvas.setContent(new ReplayCenterGui());
|
MarbleGame.canvas.setContent(new ReplayCenterGui());
|
||||||
#end
|
#end
|
||||||
#if js
|
#if js
|
||||||
var pmg = new PlayMissionGui();
|
MarbleGame.canvas.setContent(new MainMenuGui());
|
||||||
PlayMissionGui.currentSelectionStatic = mission.index + 1;
|
|
||||||
MarbleGame.canvas.setContent(pmg);
|
|
||||||
var pointercontainer = js.Browser.document.querySelector("#pointercontainer");
|
var pointercontainer = js.Browser.document.querySelector("#pointercontainer");
|
||||||
pointercontainer.hidden = false;
|
pointercontainer.hidden = false;
|
||||||
#end
|
#end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue