summaryrefslogtreecommitdiffhomepage
path: root/config/maps
diff options
context:
space:
mode:
authorMilkingChicken <THECHEESEMEISTERS@GMAIL.COM>2017-09-19 18:53:45 +0200
committerAki <nthirtyone@gmail.com>2017-09-19 18:53:45 +0200
commit1bef699a48e9a2c147d0358954d2c63ec359d1b5 (patch)
treeac83616b65ac9ead2ec5c798749a1cfd3c3d6f49 /config/maps
parenta8a581f3003c49f89eae85b5e57c278e7e3f835a (diff)
downloadroflnauts-1bef699a48e9a2c147d0358954d2c63ec359d1b5.zip
roflnauts-1bef699a48e9a2c147d0358954d2c63ec359d1b5.tar.gz
roflnauts-1bef699a48e9a2c147d0358954d2c63ec359d1b5.tar.bz2
AI Station 404 assets and configs added
Diffstat (limited to 'config/maps')
-rw-r--r--config/maps/404.lua51
1 files changed, 51 insertions, 0 deletions
diff --git a/config/maps/404.lua b/config/maps/404.lua
new file mode 100644
index 0000000..44b6c93
--- /dev/null
+++ b/config/maps/404.lua
@@ -0,0 +1,51 @@
+return
+{
+ name = "AI Station 404",
+ theme = "404.ogg",
+ portrait = 8, -- TODO: See `maps/ribbit`.
+ center = {x = 0, y = 0},
+ width = 360,
+ height = 240,
+ respawns = {
+ {x = -15, y = -80},
+ {x = -5, y = -80},
+ {x = 5, y = -80},
+ {x = 15, y = -80}
+ },
+ create = {
+ {
+ ratio = 0,
+ background = "assets/backgrounds/404.png",
+ },
+ {
+ x = -105,
+ y = -75,
+ platform = "404-top"
+ },
+ {
+ x = -123,
+ y = 25,
+ platform = "404-bottom"
+ },
+ {
+ x = 138,
+ y = -25,
+ platform = "404-small"
+ },
+ {
+ x = -180,
+ y = -25,
+ platform = "404-small"
+ },
+ {
+ x = 138,
+ y = 65,
+ platform = "404-small"
+ },
+ {
+ x = -180,
+ y = 65,
+ platform = "404-small"
+ }
+ }
+} \ No newline at end of file