From e0552a705e3ddfd79a684ee7a67ca02f57fbb2bc Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 13 May 2020 22:23:28 -0500 Subject: Complete switches --- src/paperflight/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paperflight/index.html') 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() { -- cgit v1.2.3