diff options
-rw-r--r-- | maps/aiguillon.lua | 2 | ||||
-rw-r--r-- | maps/starstorm.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/aiguillon.lua b/maps/aiguillon.lua index 28b29d6..7581a75 100644 --- a/maps/aiguillon.lua +++ b/maps/aiguillon.lua @@ -3,7 +3,7 @@ return { name = "aiguillon", theme = "sorona.ogg", center_x = 0, - center_y = -20, + center_y = -45, width = 370, height = 290, -- RESPAWN POINTS diff --git a/maps/starstorm.lua b/maps/starstorm.lua index 3dc1b9e..0540009 100644 --- a/maps/starstorm.lua +++ b/maps/starstorm.lua @@ -3,7 +3,7 @@ return { name = "starstorm", theme = "starstorm.ogg", center_x = 0, - center_y = -5, + center_y = -20, width = 400, height = 260, -- RESPAWN POINTS |