diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-26 14:13:54 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-26 14:13:54 -0400 |
| commit | a610d4f3c513107135ece5276afffa4223c7ee4b (patch) | |
| tree | 5bf84c3afe6608f3b3582240587a29f86b9d7c3e /game.fnl | |
| parent | 558d16e8b2577f9c698a75b833dfc08af4133db9 (diff) | |
Rest of greetz and maps. Game is essentially complete
Diffstat (limited to 'game.fnl')
| -rw-r--r-- | game.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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))) |