Posted August 24, 2022 by Freezydev
Some users were having trouble with the menu not working right. Turns out I was doing variable updates in the draw section (no-no for pico-8) so I tried making separate functions for the two sections. Ran hard into the token limit so i said screw it, lets just make the entire game run in the update section. works great now!
Also reworked the beam and bomb a bit to be more consistent