From 68863280f3af70c8a45dadc83883ac060b3818f8 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 7 Sep 2024 16:17:38 -0700 Subject: [PATCH] stagger the bars --- vacuum_gambit.p8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index c129607..cfaf6c3 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -339,10 +339,10 @@ function drawhud() draw_gun_info("❎",1,116,3,primary_ship.main_gun) draw_gun_info("🅾️",1,116,29,primary_ship.special_gun) - dropshadow("x h",114,57,1) - inset(114,64,119,125) + --dropshadow("x h",114,57,1) + inset(114,57,119,118) fillp(0x5a5a) - vertmeter(115,65,118,124,primary_ship.xp, primary_ship.xptarget, powcols) + vertmeter(115,58,118,117,primary_ship.xp, primary_ship.xptarget, powcols) inset(120,64,125,125) -- 59 px vertically