mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 13:59:03 -06:00
Fix the "GOOD JOB!" message in Minesweeper
This commit is contained in:
parent
7d4cefda1d
commit
bfa3bf6a1e
@ -228,6 +228,7 @@ function Minesweeper:onGameComplete()
|
|||||||
{0.3, 1, 0.3, 1} or
|
{0.3, 1, 0.3, 1} or
|
||||||
{1, 1, 1, 1}
|
{1, 1, 1, 1}
|
||||||
)
|
)
|
||||||
|
love.graphics.setFont(font_3x5_3)
|
||||||
love.graphics.print("GOOD JOB!", 80 + 16 * width, 280)
|
love.graphics.print("GOOD JOB!", 80 + 16 * width, 280)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user