URL builds debugging

This commit is contained in:
landgreen
2020-04-02 15:16:34 -07:00
parent 26fbb7bad6
commit dc3785d4fd
4 changed files with 68 additions and 34 deletions

View File

@@ -527,6 +527,7 @@ const game = {
splashReturn() {
game.onTitlePage = true;
// document.getElementById('splash').onclick = 'run(this)';
// build.isURLBuild = false;
document.getElementById("splash").onclick = function () {
game.startGame();
};