Nears now #16
|
@ -2,3 +2,5 @@
|
||||||
-- IF YOU DO THE GAME WILL IMMEDIATELY CRASH AND IT'S NOT THE BEST
|
-- IF YOU DO THE GAME WILL IMMEDIATELY CRASH AND IT'S NOT THE BEST
|
||||||
-- THANK YOU HAVE A GOOD LUA
|
-- THANK YOU HAVE A GOOD LUA
|
||||||
gfx.LoadSkinFont("segoeui.ttf")
|
gfx.LoadSkinFont("segoeui.ttf")
|
||||||
|
|
||||||
|
function useFootGun() while true do end end
|
||||||
|
|
|
@ -107,9 +107,13 @@ end
|
||||||
|
|
||||||
function button_hit(button, rating, delta)
|
function button_hit(button, rating, delta)
|
||||||
if (showHitAnims) then
|
if (showHitAnims) then
|
||||||
|
if (rating == 1) then
|
||||||
|
HitFX.TriggerAnimation("Near", button + 1)
|
||||||
|
else
|
||||||
HitFX.TriggerAnimation("Crit", button + 1)
|
HitFX.TriggerAnimation("Crit", button + 1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function laser_slam_hit(slamLength, startPos, endPost, index)
|
function laser_slam_hit(slamLength, startPos, endPost, index)
|
||||||
if (showHitAnims) then
|
if (showHitAnims) then
|
||||||
|
|
Loading…
Reference in New Issue