更新触摸特效,更换15p轨迹特效

This commit is contained in:
MrZ626
2021-01-27 10:43:58 +08:00
parent 2fd81413d1
commit 28e31472fe
3 changed files with 23 additions and 3 deletions

View File

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