diff --git a/docs/assets/js/index.js b/docs/assets/js/index.js index 13b33c3..004ec4a 100644 --- a/docs/assets/js/index.js +++ b/docs/assets/js/index.js @@ -21,7 +21,7 @@ var globalStates = { building: 5 }; var globalState = globalStates.titleScreen; -debugger + function update() { switch (globalState) {