summaryrefslogtreecommitdiffhomepage
path: root/maps
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-08-14 01:44:39 +0200
committerAki <nthirtyone@gmail.com>2016-08-14 01:44:39 +0200
commita444f505dc2f4a7df686514209f92c525b0d3911 (patch)
treec1a871c6676ce437e0adb73579e886c61c3f3a07 /maps
parent045484e3b1ce837decd427a5591712a986a4e54b (diff)
downloadroflnauts-a444f505dc2f4a7df686514209f92c525b0d3911.zip
roflnauts-a444f505dc2f4a7df686514209f92c525b0d3911.tar.gz
roflnauts-a444f505dc2f4a7df686514209f92c525b0d3911.tar.bz2
Aiguillon map
Diffstat (limited to 'maps')
-rw-r--r--maps/aiguillon.lua58
1 files changed, 58 insertions, 0 deletions
diff --git a/maps/aiguillon.lua b/maps/aiguillon.lua
new file mode 100644
index 0000000..28b29d6
--- /dev/null
+++ b/maps/aiguillon.lua
@@ -0,0 +1,58 @@
+return {
+ -- CENTER AND SIZE
+ name = "aiguillon",
+ theme = "sorona.ogg",
+ center_x = 0,
+ center_y = -20,
+ width = 370,
+ height = 290,
+ -- RESPAWN POINTS
+ respawns = {
+ {x = -119, y = -28},
+ {x = 115, y = -28},
+ {x = 0, y = -90},
+ {x = 0, y = 45},
+ },
+ -- GRAPHICS
+ clouds = false,
+ background = "assets/backgrounds/aiguillon.png",
+ platforms = {
+ {
+ x = -108,
+ y = -72,
+ shape = {1,0, 212,0, 212,12, 206,18, 14,18, 1,12},
+ sprite = "assets/platforms/aiguillon-top.png"
+ },
+ {
+ x = -46,
+ y = 62,
+ shape = {1,0, 87,0, 87,18, 14,18, 1,12},
+ sprite = "assets/platforms/aiguillon-bottom.png"
+ },
+ {
+ x = -144,
+ y = -14,
+ shape = {1,0, 50,0, 50,18, 5,18, 1,13},
+ sprite = "assets/platforms/aiguillon-left-big.png"
+ },
+ {
+ x = -82,
+ y = 16,
+ shape = {1,0, 25,0, 25,18, 1,18},
+ sprite = "assets/platforms/aiguillon-left-small.png"
+ },
+ {
+ x = 90,
+ y = -14,
+ shape = {1,0, 50,0, 50,12, 37,18, 1,18},
+ sprite = "assets/platforms/aiguillon-right-big.png"
+ },
+ {
+ x = 53,
+ y = 16,
+ shape = {1,0, 25,0, 25,18, 1,18},
+ sprite = "assets/platforms/aiguillon-right-small.png"
+ }
+ },
+ decorations = {}
+}