aboutsummaryrefslogtreecommitdiff
path: root/update.lua
diff options
context:
space:
mode:
authorChris Bradley <1029chris@gmail.com>2022-02-18 15:38:37 -0800
committerChris Bradley <1029chris@gmail.com>2022-02-18 15:38:37 -0800
commitef48284d5dbda449ad74d1da2bfe9bf02557b785 (patch)
treeebd6e1bdbd037eb14cd621cb3d4285000b35cb61 /update.lua
parent803b40cd9ba514c1b6deb15e995723ba653474e4 (diff)
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.
Diffstat (limited to 'update.lua')
-rw-r--r--update.lua2
1 files changed, 1 insertions, 1 deletions
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