mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 16:39:02 -06:00
Fixed piece fade out when paused
This commit is contained in:
parent
dc4d4a8259
commit
70f703eb2f
@ -36,10 +36,9 @@ function GameScene:update()
|
||||
inputs[input] = value
|
||||
end
|
||||
self.game:update(inputs, self.ruleset)
|
||||
end
|
||||
|
||||
self.game.grid:update()
|
||||
end
|
||||
end
|
||||
|
||||
function GameScene:render()
|
||||
love.graphics.setColor(1, 1, 1, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user