fix: remove 1px black line on top of background

This commit is contained in:
Kazhnuz 2019-12-29 11:00:03 +01:00
parent c3a406ad2c
commit 5b1008dbe4

View file

@ -6,7 +6,7 @@ function Background:new()
self.x1 = 0
self.x2 = 0
self.x3 = 0
self.y = 15
self.y = 14
local randomZoneList = {}
for k,v in pairs(zoneList) do