自定义场地高度上限改为126 close #1045

This commit is contained in:
MrZ_26
2023-11-14 13:56:28 +08:00
parent 3806f02fa5
commit ed5abe0350

View File

@@ -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