diff options
Diffstat (limited to 'draw.lua')
| -rw-r--r-- | draw.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ end --final score screen and outro transition if currentwave == 20 then menuscroll = lerp(menuscroll,1,0.05) - finalscorescreen(menuscroll,0) + finalscorescreen(menuscroll) --outro acid transition if isoutro then |
