Controller: Separate game and view loops

This commit is contained in:
LoveEevee
2019-01-16 15:33:42 +03:00
parent 926b163460
commit 3398791afe
20 changed files with 275 additions and 275 deletions

View File

@@ -6,7 +6,7 @@
]
this.touchEnabled = touchEnabled
loader.changePage("about")
loader.changePage("about", true)
cancelTouch = false
this.endButton = document.getElementById("tutorial-end-button")