Add nears

This commit is contained in:
Local Atticus 2022-04-26 20:45:37 -04:00 committed by nashiora
parent 54b1fac8d7
commit 265c8fcf8f
1 changed files with 5 additions and 1 deletions

View File

@ -107,8 +107,12 @@ end
function button_hit(button, rating, delta)
if (showHitAnims) then
if (rating == 1) then
HitFX.TriggerAnimation("Near", button + 1)
else
HitFX.TriggerAnimation("Crit", button + 1)
end
end
end
function laser_slam_hit(slamLength, startPos, endPost, index)