From 438c230b21f93a98f78b03bfc3cf1cad6a6e2655 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 Sep 2017 03:45:35 +0200 Subject: Translated Alpha Abyss map to dev format --- config/maps/alpha.lua | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 config/maps/alpha.lua (limited to 'config/maps/alpha.lua') diff --git a/config/maps/alpha.lua b/config/maps/alpha.lua new file mode 100644 index 0000000..4f900c2 --- /dev/null +++ b/config/maps/alpha.lua @@ -0,0 +1,44 @@ +return +{ + name = "Alpha Abyss", + theme = "alpha.ogg", + portrait = 7, -- TODO: See `maps/ribbit`. + center = {x = 0, y = -80}, + width = 360, + height = 240, + respawns = { + {x = -30, y = 0}, + {x = 30, y = 0}, + {x = 0, y = 0}, + {x = -120, y = -50}, + {x = 120, y = -50}, + {x = 0, y = -75} + }, + clouds = false, + create = { + { + ratio = 0, + background = "assets/backgrounds/alpha.png", + }, + { + x = -60, + y = 0, + platform = "alpha-big", + }, + { + x = -145, + y = -50, + platform = "alpha-small", + }, + { + x = 85, + y = -50, + platform = "alpha-small", + }, + { + x = -30, + y = -80, + platform = "alpha-small", + } + }, +} -- cgit v1.1 From d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 13 Sep 2017 04:13:33 +0200 Subject: Removed obsolete clouds property from map configs --- config/maps/alpha.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'config/maps/alpha.lua') diff --git a/config/maps/alpha.lua b/config/maps/alpha.lua index 4f900c2..795b6cf 100644 --- a/config/maps/alpha.lua +++ b/config/maps/alpha.lua @@ -14,7 +14,6 @@ return {x = 120, y = -50}, {x = 0, y = -75} }, - clouds = false, create = { { ratio = 0, -- cgit v1.1