diff options
Diffstat (limited to 'src/paperflight/index.html')
-rw-r--r-- | src/paperflight/index.html | 2 |
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() { |