mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 19:19:02 -06:00
Sakura beta v2.k
This commit is contained in:
parent
8d954cabc2
commit
305d07e10a
@ -441,9 +441,11 @@ function SakuraGame:drawCustom()
|
|||||||
love.graphics.printf("EXCELLENT!", 64, 180, 160, "center")
|
love.graphics.printf("EXCELLENT!", 64, 180, 160, "center")
|
||||||
|
|
||||||
love.graphics.setFont(font_3x5_2)
|
love.graphics.setFont(font_3x5_2)
|
||||||
|
if self.current_map ~= 27 then
|
||||||
love.graphics.printf("...but let's go\nbetter next time", 64, 220, 160, "center")
|
love.graphics.printf("...but let's go\nbetter next time", 64, 220, 160, "center")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function SakuraGame:getBackground()
|
function SakuraGame:getBackground()
|
||||||
return (self.current_map - 1) % 20
|
return (self.current_map - 1) % 20
|
||||||
|
Loading…
Reference in New Issue
Block a user