Skip to content

Commit

Permalink
Tweak score animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxashitter committed Sep 3, 2024
1 parent 60ea91e commit 19bf382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lua/HUD/hud_score.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ addHook("PlayerThink", function(p)
data.tics = $+1
if data.tics > MAX_TICS then
table.remove(p.ptsr.score_objects, k)
p.ptsr.current_score = p.score
p.ptsr.current_score = $+data.score
p.ptsr.score_shakeTime = FU
end
end
Expand Down

0 comments on commit 19bf382

Please sign in to comment.