HitFX, Early/Late display with ms #35
|
@ -109,7 +109,7 @@ function button_hit(button, rating, delta)
|
||||||
if (showHitAnims) then
|
if (showHitAnims) then
|
||||||
if (rating == 1) then
|
if (rating == 1) then
|
||||||
HitFX.TriggerAnimation("Near", button + 1)
|
HitFX.TriggerAnimation("Near", button + 1)
|
||||||
else
|
elseif (rating == 2) then
|
||||||
HitFX.TriggerAnimation("Crit", button + 1)
|
HitFX.TriggerAnimation("Crit", button + 1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue