summaryrefslogtreecommitdiffhomepage
path: root/maps/aiguillon.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-07 03:06:26 +0200
committerAki <nthirtyone@gmail.com>2017-04-07 03:06:26 +0200
commit54e85dd188af15cd5f3f5e08f5d3e69088a909b1 (patch)
tree7d188fd4142d8690321df69281ce8d5c55fbfa2b /maps/aiguillon.lua
parent37767d6c54ea6af0b4631b5ce838ee584603895e (diff)
downloadroflnauts-54e85dd188af15cd5f3f5e08f5d3e69088a909b1.zip
roflnauts-54e85dd188af15cd5f3f5e08f5d3e69088a909b1.tar.gz
roflnauts-54e85dd188af15cd5f3f5e08f5d3e69088a909b1.tar.bz2
Moved map configs to config directory
Diffstat (limited to 'maps/aiguillon.lua')
-rw-r--r--maps/aiguillon.lua58
1 files changed, 0 insertions, 58 deletions
diff --git a/maps/aiguillon.lua b/maps/aiguillon.lua
deleted file mode 100644
index 40d3928..0000000
--- a/maps/aiguillon.lua
+++ /dev/null
@@ -1,58 +0,0 @@
-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 = {}
-}