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)