aboutsummaryrefslogtreecommitdiff
path: root/src/paperflight/index.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-05-13 22:23:28 -0500
committerMark Powers <markppowers0@gmail.com>2020-05-13 22:23:28 -0500
commite0552a705e3ddfd79a684ee7a67ca02f57fbb2bc (patch)
tree1eabf5520a821089e0c3b1314c7a9b5304254526 /src/paperflight/index.html
parentcd8b5ef7da2116c20c6b4fa22fa94282fac49bda (diff)
Complete switches
Diffstat (limited to 'src/paperflight/index.html')
-rw-r--r--src/paperflight/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paperflight/index.html b/src/paperflight/index.html
index 9432244..c22f322 100644
--- a/src/paperflight/index.html
+++ b/src/paperflight/index.html
@@ -48,7 +48,6 @@
}
score = 0
t = 0
- switchState = 0
plane = {
x: 30,
y: height / 4,
@@ -69,6 +68,7 @@
currLevel = levels[currLevelIndex]
currLevel.items = currLevel.items.slice()
collected = 0
+ switchState = 0
startLevel = false
}
function atExit() {