Halved field height for Big mode (#520)

* Halved field height for big mode

Co-authored-by: MrZ_26 <1046101471@qq.com>
This commit is contained in:
NOT_A_ROBOT
2021-12-01 08:29:57 +07:00
committed by GitHub
parent bd90e051d4
commit 9603a78e87
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ return
drop=1,
wait=8,
fall=20,
fieldH=10,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
PLY.draw.drawTargetLine(P,200-P.stat.row)

View File

@@ -5,6 +5,7 @@ return
drop=120,
wait=8,
fall=20,
fieldH=10,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
PLY.draw.drawTargetLine(P,200-P.stat.row)