整理代码

This commit is contained in:
MrZ626
2021-07-08 01:53:59 +08:00
parent 57792bd230
commit f3994316e3
9 changed files with 17 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ end
function FXdraw.tap(S)
local t=S.t
gc_setColor(1,1,1,(1-t)*.4)
gc_circle('fill',S.x,S.y,(900-900*t)^.5)
gc_circle('fill',S.x,S.y,30*(1-t)^.5)
end
function FXdraw.ripple(S)
local t=S.t