Nears now #16

Merged
local merged 2 commits from feat/local/hitfx into master 2022-04-27 02:47:16 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -2,3 +2,5 @@
-- IF YOU DO THE GAME WILL IMMEDIATELY CRASH AND IT'S NOT THE BEST
-- THANK YOU HAVE A GOOD LUA
gfx.LoadSkinFont("segoeui.ttf")
function useFootGun() while true do end end

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)