mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Runtime updates
This commit is contained in:
parent
be91c9dc5b
commit
ac2e0935ef
2 changed files with 4 additions and 11 deletions
|
@ -360,7 +360,7 @@ var overlay = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* ======== Overlay scripts ======== */
|
/* ======== Overlay scripts ======== */
|
||||||
launcher.loadScript(Launcher.getResourceURL("dialog/overlay/debug/debug.js"));
|
launcher.loadScript("dialog/overlay/debug/debug.js");
|
||||||
launcher.loadScript(Launcher.getResourceURL("dialog/overlay/processing/processing.js"));
|
launcher.loadScript("dialog/overlay/processing/processing.js");
|
||||||
launcher.loadScript(Launcher.getResourceURL("dialog/overlay/settings/settings.js"));
|
launcher.loadScript("dialog/overlay/settings/settings.js");
|
||||||
launcher.loadScript(Launcher.getResourceURL("dialog/overlay/update/update.js"));
|
launcher.loadScript("dialog/overlay/update/update.js");
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
var app, stage, scene;
|
var app, stage, scene;
|
||||||
|
|
||||||
// Engine scripts (API should be imported through static link)
|
|
||||||
launcher.loadScript(LauncherClass.static.getResourceURL("engine/api.js"));
|
|
||||||
launcher.loadScript(Launcher.getResourceURL("config.js"));
|
|
||||||
|
|
||||||
// Dialog scripts
|
|
||||||
launcher.loadScript(Launcher.getResourceURL("dialog/dialog.js"));
|
|
||||||
|
|
||||||
// internal
|
// internal
|
||||||
function getPathDirHelper() {
|
function getPathDirHelper() {
|
||||||
return dir;
|
return dir;
|
||||||
|
|
Loading…
Reference in a new issue