From ef48284d5dbda449ad74d1da2bfe9bf02557b785 Mon Sep 17 00:00:00 2001 From: Chris Bradley <1029chris@gmail.com> Date: Fri, 18 Feb 2022 15:38:37 -0800 Subject: Final boss!! other stuff too :sweat_smile: bullets now cause explosions where they hit enemies drop random pickups again, but only health high score is saved!!!! other tweaks, i dunno i forgot. --- update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index 4bcd037..c4415c7 100644 --- a/update.lua +++ b/update.lua @@ -22,7 +22,7 @@ elseif gamerunning then end gt += scrollspeed + 1/600 -if scorescreen then --ending screen +if currentwave == 18 then --ending screen if btn(4) and btn(5) and not isoutro then --press both buttons to reset cart acidcounter = 2 isoutro = true -- cgit