mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:19:02 -06:00
Sakura Beta v2.i
This commit is contained in:
parent
aef5d88d3f
commit
0281220ea0
@ -413,7 +413,8 @@ function SakuraGame:drawCustom()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if self.cleared_frames > 0 and
|
if self.cleared_frames > 0 and
|
||||||
(not self.grid:hasGemBlocks() or self.stage_frames >= 3600) then
|
(not self.grid:hasGemBlocks() or
|
||||||
|
(self.stage_frames >= 3600 and self.current_map <= 20)) then
|
||||||
love.graphics.setFont(font_3x5_2)
|
love.graphics.setFont(font_3x5_2)
|
||||||
love.graphics.printf("TIME LIMIT", 64, 180, 160, "center")
|
love.graphics.printf("TIME LIMIT", 64, 180, 160, "center")
|
||||||
love.graphics.printf("TIME EXTEND", 64, 240, 160, "center")
|
love.graphics.printf("TIME EXTEND", 64, 240, 160, "center")
|
||||||
|
Loading…
Reference in New Issue
Block a user