fix: remove 1px black line on top of background
This commit is contained in:
parent
c3a406ad2c
commit
5b1008dbe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue