diff options
| author | Chris Bradley <1029chris@gmail.com> | 2022-02-20 18:39:03 -0800 |
|---|---|---|
| committer | Chris Bradley <1029chris@gmail.com> | 2022-02-20 18:39:03 -0800 |
| commit | efc2bacb0928a51ac362007733bbcb3a57639529 (patch) | |
| tree | 6d692b59d96d5f257ecd7bcf970ffa6130e35bef /waves.lua | |
| parent | 3a78f154f1fc147a8d7a21861d22083ef1c049ab (diff) | |
Win screen song! and fix to scroll speed, other tweaks
Diffstat (limited to 'waves.lua')
| -rw-r--r-- | waves.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -281,7 +281,7 @@ wave[19] = { --ending score screen wave[20] = { - delay = 4, + delay = 5, start = function() menuscroll = 128 --so that the score menu can scroll in if not coopmode and highscore0 < currentscore then @@ -292,7 +292,7 @@ wave[20] = { end, conditions = function() end, - song = 31, + song = 35, } foreach(wave, function(wave) if not wave.conditions then wave.conditions = function() if #enemies < 1 then return true end end end end) --if there are no conditons for a wave, give them one. look at all those ends!!!! |
