From 13e1f09b6080d6a85dce164a2aab15173eef5370 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 20 Feb 2026 15:39:53 -0500 Subject: [PATCH] adjust positing on Current Tag: HUD elem --- attempt_1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attempt_1/main.c b/attempt_1/main.c index bb72efe..7721719 100644 --- a/attempt_1/main.c +++ b/attempt_1/main.c @@ -377,7 +377,7 @@ S8 win_proc(void* hwnd, U4 msg, U8 wparam, S8 lparam) { semantics_str[13 + name_len] = '\0'; ms_set_text_color(hdc, cur_color); - ms_text_out_a(hdc, 400, 20, semantics_str, 13 + name_len); + ms_text_out_a(hdc, 40, 540, semantics_str, 13 + name_len); } // Render VM State