场地晃动改名swing

添加场地抖动特效(跟场地晃动使用同一个设置值)
This commit is contained in:
MrZ626
2021-11-08 20:02:40 +08:00
parent e6a9a4f4be
commit a1030906c7
3 changed files with 36 additions and 18 deletions

View File

@@ -102,11 +102,12 @@ local function _newEmptyPlayer(id,mini)
end
--Field position
P.fieldOff={--Shake FX
P.swingOffset={--Shake FX
x=0,y=0,
vx=0,vy=0,
a=0,va=0,
}
P.shakeTimer=0
P.x,P.y,P.size=0,0,1
P.frameColor=COLOR.Z