From 28edc6308027b1c27fc38e8969d36d2caa078eb4 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 1 Aug 2019 21:47:30 +0200 Subject: [PATCH] improvement(battlemaps): more paddings --- sonic-radiance.love/game/modules/world/maps/battle.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-radiance.love/game/modules/world/maps/battle.lua b/sonic-radiance.love/game/modules/world/maps/battle.lua index 3fd81e8..930f3c2 100644 --- a/sonic-radiance.love/game/modules/world/maps/battle.lua +++ b/sonic-radiance.love/game/modules/world/maps/battle.lua @@ -3,7 +3,7 @@ local BattleMap = BaseMap:extend() function BattleMap:new(world, maptype, mapname) BattleMap.super.new(self, world) - self:setPadding(0, 96, 0, 0) + self:setPadding(0, 128, 0, 0) self.directory = game.utils.getMapDirectory(maptype, mapname) self.mappath = game.utils.getMapPath(maptype, mapname)