diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-20 15:51:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-20 15:51:05 +0200 |
commit | 6810cd64354ff2c6914598f7318ca71e7bbd65a7 (patch) | |
tree | 8d38c1b03a4bdf19c1d26d0efe8ae43386e82a4d /config/maps/404.lua | |
parent | cdec3cf410bba80d037fda760da06e9e3ed75945 (diff) | |
parent | 1546be903cbf7a09eb5ff3fbd7c040f842d366a5 (diff) | |
download | roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.zip roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.tar.gz roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.tar.bz2 |
Merge branch '404' into maps
Diffstat (limited to 'config/maps/404.lua')
-rw-r--r-- | config/maps/404.lua | 51 |
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 |