From 7a37f5f6430a6d063e197283ce979394f55e1c68 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Jan 2017 13:33:10 +0100 Subject: Adjusted Sorona's platforms and respawn points --- maps/sorona.lua | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/maps/sorona.lua b/maps/sorona.lua index 7c34e04..8ec4727 100644 --- a/maps/sorona.lua +++ b/maps/sorona.lua @@ -9,12 +9,10 @@ return { height = 240, -- RESPAWN POINTS respawns = { - {x = -30, y = 70}, - {x = -90, y = 125}, - {x = -31, y = 122}, - {x = 70, y = 20}, - {x = 1, y = -15}, - {x = 105, y = -15} + {x = -98, y = -70}, + {x = 70, y = -70}, + {x = -30, y = -20}, + {x = -90, y = 40}, }, -- GRAPHICS clouds = false, @@ -22,32 +20,32 @@ return { platforms = { { x = -60, - y = 70, - shape = {0,0, 60,0, 60,20, 0,20}, + y = 0, + shape = {0,1, 59,1, 59,17, 0,17}, sprite = "assets/platforms/sorona-center.png" }, { x = -40, - y = 125, + y = 55, shape = {3,0, 180,0, 180,20, 3,20}, sprite = "assets/platforms/sorona-right-bottom.png" }, { x = -120, - y = 122, - shape = {3,0, 62,0, 62,24, 3,24}, + y = 55, + shape = {3,0, 62,0, 62,23, 3,23}, sprite = "assets/platforms/sorona-left-bottom.png" }, { x = 0, - y = 20, - shape = {1,0, 141,0, 1,25, 141,25}, + y = -50, + shape = {1,1, 140,1, 1,17, 140,17}, sprite = "assets/platforms/sorona-right-top.png" }, { x = -150, - y = 15, - shape = {1,8, 105,8, 85,16, 38,28, 1,30}, + y = -55, + shape = {1,9, 106,9, 40,27, 1,27}, sprite = "assets/platforms/sorona-left-top.png" } }, -- cgit v1.1