summaryrefslogtreecommitdiffhomepage
path: root/config/maps/aiguillon.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 /config/maps/aiguillon.lua
parent55b0cf1a22e4a7e41fe00aa693445d6c4bd0652d (diff)
parenta03c1125f10fbbad253a0efc4727072fcbd55345 (diff)
downloadroflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.zip
roflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.tar.gz
roflnauts-0dd01913fe0eefc7ba4bc0797877f40fdedf9315.tar.bz2
Merge branch 'com'
Diffstat (limited to 'config/maps/aiguillon.lua')
-rw-r--r--config/maps/aiguillon.lua58
1 files changed, 58 insertions, 0 deletions
diff --git a/config/maps/aiguillon.lua b/config/maps/aiguillon.lua
new file mode 100644
index 0000000..40d3928
--- /dev/null
+++ b/config/maps/aiguillon.lua
@@ -0,0 +1,58 @@
+return {
+ -- CENTER AND SIZE
+ name = "aiguillon",
+ theme = "aiguillon.ogg",
+ center_x = 0,
+ center_y = 10,
+ width = 370,
+ height = 290,
+ -- RESPAWN POINTS
+ respawns = {
+ {x = 0, y = -80},
+ {x = 0, y = -80},
+ {x = 0, y = -80},
+ {x = 0, y = -80},
+ },
+ -- GRAPHICS
+ clouds = false,
+ background = "assets/backgrounds/aiguillon.png",
+ platforms = {
+ {
+ x = -108,
+ y = 22,
+ shape = {1,0, 212,0, 212,12, 206,18, 14,18, 1,12},
+ sprite = "assets/platforms/aiguillon-wide.png"
+ },
+ {
+ x = -46,
+ y = -19,
+ shape = {1,0, 87,0, 87,18, 14,18, 1,12},
+ sprite = "assets/platforms/aiguillon-middle.png"
+ },
+ {
+ x = -141,
+ y = -57,
+ shape = {1,0, 50,0, 50,18, 5,18, 1,13},
+ sprite = "assets/platforms/aiguillon-left-big.png"
+ },
+ {
+ x = -132,
+ y = 84,
+ shape = {1,0, 25,0, 25,18, 1,18},
+ sprite = "assets/platforms/aiguillon-left-small.png"
+ },
+ {
+ x = 77,
+ y = -57,
+ shape = {1,0, 50,0, 50,12, 37,18, 1,18},
+ sprite = "assets/platforms/aiguillon-right-big.png"
+ },
+ {
+ x = 103,
+ y = 84,
+ shape = {1,0, 25,0, 25,18, 1,18},
+ sprite = "assets/platforms/aiguillon-right-small.png"
+ }
+ },
+ decorations = {}
+}