From e1a70cc6fc602911f262505fa2881861a83c765c Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Thu, 26 Dec 2024 17:16:48 -0800 Subject: [PATCH] dark blue, not dark gray, for pane bg --- rearm_prototype.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rearm_prototype.p8 b/rearm_prototype.p8 index 62252b3..7d0dea2 100644 --- a/rearm_prototype.p8 +++ b/rearm_prototype.p8 @@ -206,7 +206,7 @@ function rearm_pane:draw() local frac = self:frac() if (not frac) return camera(0, -28 * frac) - glow_box(0,101,111,127,frame_col(self:hot()),5) + glow_box(0,101,111,127,frame_col(self:hot()),1) spr(5,15,107,4,2) print("full ammo\nfull shield\n+50% health",54, 106, 6) camera()