Sakura no longer draws game over effect on completion

This commit is contained in:
Ishaan Bhardwaj 2021-02-01 15:58:30 -05:00
parent 38f3d23b95
commit f022c6c4b7

View File

@ -437,6 +437,8 @@ function SakuraGame:advanceOneFrame(inputs, ruleset)
return true
end
function GameMode:onGameComplete() end
local function colourXRay(game, block, x, y, age)
local r, g, b, a = .5,.5,.5
if ((game.stage_frames/2 - x) % 30 < 1)