镜头移动微调,高处更容易看清

This commit is contained in:
MrZ626
2021-03-11 19:13:51 +08:00
parent 00b4a206ab
commit 832d222f5d

View File

@@ -28,7 +28,7 @@ local function updateLine(P)--Attacks, line pushing, cam moving
if not P.alive then
y=0
else
y=30*max(min(#P.field-19.5-P.fieldBeneath/30,P.ghoY-17),0)
y=30*max(min(#P.field-18.5-P.fieldBeneath/30,P.ghoY-17),0)
end
if f~=y then
P.fieldUp=f>y and max(f*.95+y*.05-2,y)or min(f*.97+y*.03+1,y)