Skip to content

Commit a16833f

Browse files
committed
Make the highlight popup temporarily more apparent
1 parent 6a14ffb commit a16833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamemodes/amongus/gamemode/cl_hud.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ hook.Add "HUDPaintBackground", "NMW AU Hud", ->
358358
pos = highlight.entity\WorldSpaceCenter!\ToScreen!
359359

360360
nearestPoint = highlight.entity\NearestPoint LocalPlayer!\EyePos!
361-
value = (1 - math.max 0, math.min 1, (1/GAMEMODE.BaseUseRadius) * nearestPoint\Distance LocalPlayer!\EyePos!)
361+
value = (1 - math.max 0, math.min 1, 0.6 * (1/GAMEMODE.BaseUseRadius) * nearestPoint\Distance LocalPlayer!\EyePos!)
362362
size = 0.125 * math.min ScrH!, ScrW!
363363

364364
-- Since Garry's Mod doesn't allow scaling fonts on the go,

0 commit comments

Comments
 (0)