mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 08:39:03 -06:00
Sakura no longer draws game over effect on completion
This commit is contained in:
parent
38f3d23b95
commit
f022c6c4b7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user