dark blue, not dark gray, for pane bg

This commit is contained in:
Kistaro Windrider 2024-12-26 17:16:48 -08:00
parent cbdf2a27cd
commit e1a70cc6fc
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -206,7 +206,7 @@ function rearm_pane:draw()
local frac = self:frac() local frac = self:frac()
if (not frac) return if (not frac) return
camera(0, -28 * frac) 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) spr(5,15,107,4,2)
print("full ammo\nfull shield\n+50% health",54, 106, 6) print("full ammo\nfull shield\n+50% health",54, 106, 6)
camera() camera()