From 39d53c45aa3838556d15f9b45b11986a99f194b3 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 7 Sep 2024 16:36:30 -0700 Subject: [PATCH] xp and hp brighter and closer to meters --- vacuum_gambit.p8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index f293349..f93372f 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -340,11 +340,11 @@ function drawhud() draw_gun_info("🅾️",1,116,29,primary_ship.special_gun) inset(114,57,119,118) - rectfill(119,57,125,58,13) + rectfill(119,57,124,58,13) inset(120,64,125,125) rectfill(114,124,120,125,13) - print("XP",120,56,1) - print("HP",113,121,1) + print("XP",119,56,2) + print("HP",114,121,2) fillp(0x5a5a) vertmeter(115,58,118,117,primary_ship.xp, primary_ship.xptarget, powcols) -- 59 px vertically