Add nears
This commit is contained in:
parent
54b1fac8d7
commit
265c8fcf8f
|
@ -107,7 +107,11 @@ end
|
||||||
|
|
||||||
function button_hit(button, rating, delta)
|
function button_hit(button, rating, delta)
|
||||||
if (showHitAnims) then
|
if (showHitAnims) then
|
||||||
HitFX.TriggerAnimation("Crit", button + 1)
|
if (rating == 1) then
|
||||||
|
HitFX.TriggerAnimation("Near", button + 1)
|
||||||
|
else
|
||||||
|
HitFX.TriggerAnimation("Crit", button + 1)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue