1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-05 15:51:05 +00:00

Fixed endgame screen

This commit is contained in:
Harley White 2021-06-17 13:40:55 -04:00
parent 68521fb631
commit 7f24c52a4f
7 changed files with 27 additions and 24 deletions
js/technical

View file

@ -28,6 +28,7 @@ function setupTemp() {
tmp.backgroundStyle = {}
tmp.displayThings = []
tmp.scrolled = 0
tmp.gameEnded = false
funcs = {}
setupTempData(layers, tmp, funcs)