From a610d4f3c513107135ece5276afffa4223c7ee4b Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Oct 2018 14:13:54 -0400 Subject: Rest of greetz and maps. Game is essentially complete --- game.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game.fnl') 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))) -- cgit v1.3