From 1a7bc7094edf8e3d1ba30df4b39b31da923216fc Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 27 Oct 2024 13:16:37 -0700 Subject: [PATCH] HP/XP labels look much better and correctly-associated now --- vacuum_gambit.p8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index f93372f..ac8112a 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -342,9 +342,9 @@ function drawhud() inset(114,57,119,118) rectfill(119,57,124,58,13) inset(120,64,125,125) - rectfill(114,124,120,125,13) - print("XP",119,56,2) - print("HP",114,121,2) + rectfill(114,124,120,125,7) + print("XP",119,55,1) + print("HP",114,122,1) fillp(0x5a5a) vertmeter(115,58,118,117,primary_ship.xp, primary_ship.xptarget, powcols) -- 59 px vertically @@ -409,7 +409,7 @@ function inset(x0,y0,x1,y1) -- fillp rect(x0,y0,x1,y1,119) line(x1,y0,x0,y0,85) - line(x0,y1,85) + line(x0,y1-1,85) end function dropshadow(str, x, y, col)