diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 18:27:48 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 18:27:48 -0800 |
| commit | 3a78f154f1fc147a8d7a21861d22083ef1c049ab (patch) | |
| tree | dd4b96c012c6d334b16715c456a7ef298c10d90a /draw.lua | |
| parent | ae91f49c0e637c9b47f8ce5537f4e3a14eea1b92 (diff) | |
scorescreen polish
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 |
