From 798e1b257ac9bd56ec66733efae81e66e34c28c0 Mon Sep 17 00:00:00 2001 From: erysdren Date: Mon, 9 Dec 2024 20:15:47 -0600 Subject: [PATCH] CLIENT: hud.qc: add a nice drawfill for a11y --- source/client/hud.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/client/hud.qc b/source/client/hud.qc index a710639..7f3d036 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -1973,6 +1973,8 @@ void(float width, float height) HUD_PlayerDebugInfo = vector pos = [cvar("scr_playerdebuginfo_x"), cvar("scr_playerdebuginfo_y")]; pos.x += GetUltraWideOffset(); + drawfill(pos - [8, 8], [128, 192], [0, 0, 0], 0.75, 0); + Draw_Float_Fancy(pos, "Speed:", lastups, "qu/s"); if (cvar("scr_playerdebuginfo") >= 2)