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