clean up
This commit is contained in:
parent
ef9cda0689
commit
b5275535ab
@ -21,7 +21,7 @@ var globalStates = {
|
|||||||
building: 5
|
building: 5
|
||||||
};
|
};
|
||||||
var globalState = globalStates.titleScreen;
|
var globalState = globalStates.titleScreen;
|
||||||
debugger
|
|
||||||
function update() {
|
function update() {
|
||||||
|
|
||||||
switch (globalState) {
|
switch (globalState) {
|
||||||
|
Reference in New Issue
Block a user