Skip to content

Commit

Permalink
自定义场地高度上限改为126 close #1045
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 14, 2023
1 parent 3806f02 commit ed5abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed5abe0

Please sign in to comment.