调整sysFX的使用参数

This commit is contained in:
MrZ626
2020-11-25 13:59:56 +08:00
parent 9fbb248929
commit 373fc31408
10 changed files with 26 additions and 26 deletions

View File

@@ -73,7 +73,7 @@ local function tapBoard(x,y,key)
if S.state<2 then
if not key then
if S.pathVis then
SYSFX.newRipple(.16,x,y,10)
SYSFX.newRipple(6,x,y,10)
end
x,y=int((x-320)/160)+1,int((y-40)/160)+1
end