diff options
| author | Rémi Verschelde | 2018-05-10 21:57:07 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-10 21:57:07 +0200 |
| commit | a415efa4b749da90c86db5ac4664491e2ee125dd (patch) | |
| tree | 7cae2c9f71138c532c908763982abba926d097db /misc | |
| parent | 2766050c532c7a93957e35cd1e70852b322b6de7 (diff) | |
| parent | 96f907c023b687206df6233be383d724e2810088 (diff) | |
| download | godot-a415efa4b749da90c86db5ac4664491e2ee125dd.tar.gz godot-a415efa4b749da90c86db5ac4664491e2ee125dd.tar.zst godot-a415efa4b749da90c86db5ac4664491e2ee125dd.zip | |
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/dist/html/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/html/default.html b/misc/dist/html/default.html index 4aa9347fe..14766e823 100644 --- a/misc/dist/html/default.html +++ b/misc/dist/html/default.html @@ -229,7 +229,7 @@ $GODOT_HEAD_INCLUDE (function() { - const BASENAME = '$GODOT_BASENAME'; + const MAIN_PACK = '$GODOT_BASENAME.pck'; const DEBUG_ENABLED = $GODOT_DEBUG_ENABLED; const INDETERMINATE_STATUS_STEP_MS = 100; @@ -380,7 +380,7 @@ $GODOT_HEAD_INCLUDE } else { setStatusMode('indeterminate'); engine.setCanvas(canvas); - engine.startGame(BASENAME + '.pck').then(() => { + engine.startGame(MAIN_PACK).then(() => { setStatusMode('hidden'); initializing = false; }, displayFailureNotice); |
