summaryrefslogtreecommitdiffhomepage
path: root/maps/ribbit.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-09 22:07:04 +0200
committerAki <nthirtyone@gmail.com>2017-04-09 22:07:04 +0200
commit0dd01913fe0eefc7ba4bc0797877f40fdedf9315 (patch)
tree8d270eb07f589d2487b3ce66d4865e5a4718042a /maps/ribbit.lua
parent55b0cf1a22e4a7e41fe00aa693445d6c4bd0652d (diff)
parenta03c1125f10fbbad253a0efc4727072fcbd55345 (diff)
downloadroflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.zip
roflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.tar.gz
roflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.tar.bz2
Merge branch 'com'
Diffstat (limited to 'maps/ribbit.lua')
-rw-r--r--maps/ribbit.lua46
1 files changed, 0 insertions, 46 deletions
diff --git a/maps/ribbit.lua b/maps/ribbit.lua
deleted file mode 100644
index c3f5c78..0000000
--- a/maps/ribbit.lua
+++ /dev/null
@@ -1,46 +0,0 @@
-return {
- -- GENERAL
- name = "ribbit",
- theme = "ribbit.ogg",
- center_x = 0,
- center_y = 50,
- width = 360,
- height = 240,
- -- RESPAWN POINTS
- respawns = {
- {x = -15, y = -80},
- {x = -5, y = -80},
- {x = 5, y = -80},
- {x = 15, y = -80}
- },
- -- GRAPHICS
- clouds = false,
- background = "assets/backgrounds/ribbit.png",
- platforms = {
- {
- x = -154,
- y = 10,
- shape = {1,12, 48,12, 48,32, 1,32},
- sprite = "assets/platforms/ribbit-left.png"
- },
- {
- x = 67,
- y = 7,
- shape = {36,14, 83,14, 83,29, 36,29},
- sprite = "assets/platforms/ribbit-right.png"
- },
- {
- x = -70,
- y = -5,
- shape = {0,3, 139,3, 134,24, 5,24},
- sprite = "assets/platforms/ribbit-top.png"
- },
- {
- x = -54,
- y = 63,
- shape = {0,3, 107,3, 75,44, 32,44},
- sprite = "assets/platforms/ribbit-bottom.png"
- }
- },
- decorations = {}
-} \ No newline at end of file