镜头移动微调,高处更容易看清
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user