diff --git a/public/libs/control.js b/public/libs/control.js index 02cca5c..6e4f8e3 100644 --- a/public/libs/control.js +++ b/public/libs/control.js @@ -2317,7 +2317,7 @@ control.prototype._doSL_load = function (id, callback) { 1 )[0]; if (!main.replayChecking) { - mota.plugin.ui.startOpened.value = false; + mota.ui.fixed.open('start'); } if (core.isPlaying() && !core.status.gameOver) { core.control.autosave(0); @@ -2334,7 +2334,7 @@ control.prototype._doSL_load = function (id, callback) { null, function (data) { if (!main.replayChecking && data) { - mota.plugin.ui.startOpened.value = false; + mota.ui.fixed.closeByName('start'); } if (id == 'autoSave' && data != null) { core.saves.autosave.data = data; diff --git a/public/libs/events.js b/public/libs/events.js index 0299ef7..ca0051f 100644 --- a/public/libs/events.js +++ b/public/libs/events.js @@ -26,7 +26,7 @@ events.prototype.startGame = function (hard, seed, route, callback) { hard = hard || ''; core.dom.gameGroup.style.display = 'block'; if (!main.replayChecking) { - mota.plugin.ui.startOpened.value = false; + mota.ui.fixed.closeByName('start'); } if (main.mode != 'play') return; diff --git a/src/App.vue b/src/App.vue index 7644a4c..3f5213a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,43 @@ - + + + + + + + + + + + + + + + + diff --git a/src/App2.vue b/src/App2.vue index b47bcc1..094e64e 100644 --- a/src/App2.vue +++ b/src/App2.vue @@ -1,18 +1,18 @@ - + + > - + -->