aboutsummaryrefslogtreecommitdiff
path: root/src/paperflight/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/paperflight/index.html')
-rw-r--r--src/paperflight/index.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/paperflight/index.html b/src/paperflight/index.html
index a620a1c..62763be 100644
--- a/src/paperflight/index.html
+++ b/src/paperflight/index.html
@@ -85,16 +85,7 @@
switchState = 0
startLevel = false
} else {
- currLevel = {
- title: "YOU WIN!",
- coinsNeeded: 0,
- exit: {
- x: -100,
- y: -100,
- radius: 0
- },
- items: []
- }
+ currLevel = createLevel("YOU WIN!", 0, -100, -100)
}
}
function atExit() {