Added a ?noScripts query string that can be used to start the game without loading any scripts.

This commit is contained in:
danielyxie
2018-05-17 14:50:27 -05:00
parent 8f23a20719
commit c0ca464b5d
14 changed files with 82 additions and 112 deletions
-2
View File
@@ -1764,8 +1764,6 @@ window.onload = function() {
var db = e.target.result;
var objectStore = db.createObjectStore("savestring");
}
console.log(window.location.href);
};
export {Engine};