From d480978edd91e0b096c57fb151780a957587e06d Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 2 Sep 2017 21:08:08 +0200 Subject: First changes to map format, two samples --- config/maps/starstorm.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config/maps/starstorm.lua') diff --git a/config/maps/starstorm.lua b/config/maps/starstorm.lua index 7f00633..c74372f 100644 --- a/config/maps/starstorm.lua +++ b/config/maps/starstorm.lua @@ -1,12 +1,11 @@ -return { - -- CENTER AND SIZE +return +{ name = "starstorm", theme = "starstorm.ogg", - center_x = 0, - center_y = -20, + portrait = 4, -- TODO: See `maps/ribbit`. + center = {x = 0, y = -20}, width = 400, height = 260, - -- RESPAWN POINTS respawns = { {x = 100, y = 45}, {x = -100, y = 45}, @@ -15,7 +14,6 @@ return { {x = -110, y = -70}, {x = 110, y = -70} }, - -- GRAPHICS clouds = false, background = "assets/backgrounds/starstorm.png", platforms = { -- cgit v1.1