自定义场地高度上限改为126 close #1045
This commit is contained in:
@@ -120,7 +120,7 @@ function DATA.pasteBoard(str)-- Paste [str] data to [page] board
|
||||
fX=fX+1
|
||||
else
|
||||
fY=fY+1
|
||||
if fY>60 then break end
|
||||
if fY>126 then break end
|
||||
fX=1
|
||||
end
|
||||
p=p+1
|
||||
|
||||
Reference in New Issue
Block a user