some guns do less than one damage per shot (vulcan gun does 0.5), so Instant Death Mode needs to max at 0x0.0001, the smallest nonzero value in Pico-8's fixed-point numeric type. One Hit Mode is just a comment for now, but I've been uncommenting it to test it. Note that replacing the health meter with a "!" is triggered by max HP + max shield <= 1 because 1 hp shows an empty bar. this needs some more special cases for low-HP ships with active shields.
mmbshmup
A Pico-8 shmup except it's a deckbuilder that is also Mega Man Battle Network.
Description
Languages
Lua
100%