Skip to content

Commit

Permalink
Make score animation 2x faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Sep 3, 2024
1 parent 33b73d6 commit e5bb009
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 @@ -20,7 +20,7 @@ function fakeV.dupy()
return fakeV.__dupy
end

local MAX_TICS = TICRATE
local MAX_TICS = TICRATE/2
local GO_TO_X = 60*FU
local GO_TO_Y = 25*FU
local GO_TO_S = FU/5
Expand Down

0 comments on commit e5bb009

Please sign in to comment.