From f972f8d77ed3a116001fd15618a9da857ac743f0 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sat, 1 Jan 2022 04:13:36 -0800 Subject: [PATCH] Slightly adjust health number position --- scripts/zm/main/_zm_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/main/_zm_reimagined.gsc b/scripts/zm/main/_zm_reimagined.gsc index 5fe587b9..2f90e35b 100644 --- a/scripts/zm/main/_zm_reimagined.gsc +++ b/scripts/zm/main/_zm_reimagined.gsc @@ -287,7 +287,7 @@ health_bar_hud() health_bar.barframe.hidewheninmenu = 1; health_bar_text = createfontstring("objective", 1.4); - health_bar_text setpoint(undefined, "BOTTOM", x + 69, y); + health_bar_text setpoint(undefined, "BOTTOM", x + 67, y); health_bar_text.hidewheninmenu = 1; while (1)