mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:09:03 -06:00
No "RANDOM PIECES ACTIVE!" on Sakura for pentos
This commit is contained in:
parent
f22424d671
commit
818743fe77
@ -493,7 +493,7 @@ function SakuraGame:drawScoringInfo()
|
|||||||
if effects[self.current_map] then
|
if effects[self.current_map] then
|
||||||
love.graphics.printf("EFFECT: " .. effects[self.current_map], 240, 300, 160, "left")
|
love.graphics.printf("EFFECT: " .. effects[self.current_map], 240, 300, 160, "left")
|
||||||
end
|
end
|
||||||
if self.randomizer.history then
|
if self.used_randomizer.history then
|
||||||
love.graphics.printf("RANDOM PIECES ACTIVE!", 240, 150, 200, "left")
|
love.graphics.printf("RANDOM PIECES ACTIVE!", 240, 150, 200, "left")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user