This commit is contained in:
William 2020-04-19 12:39:46 -04:00
parent ef9cda0689
commit b5275535ab

View File

@ -21,7 +21,7 @@ var globalStates = {
building: 5
};
var globalState = globalStates.titleScreen;
debugger
function update() {
switch (globalState) {