summaryrefslogtreecommitdiff
path: root/game.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'game.fnl')
-rw-r--r--game.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/game.fnl b/game.fnl
index 4796532..a09f5b2 100644
--- a/game.fnl
+++ b/game.fnl
@@ -37,7 +37,8 @@
(: current-music :setLooping true)
(: current-music :play)))
-(local map-order ["sandbox" "babysteps"])
+(local map-order ["sandbox" "babysteps" "bounce" "tubes"
+ "obstacle" "fall" "gimmick" "laststretch"])
(var screen-alpha 1)
(var welcome-message-y (- (: (love.graphics.getFont) :getHeight)))