Fix the "GOOD JOB!" message in Minesweeper

pull/9/head
Ishaan Bhardwaj 2021-08-22 10:28:06 -04:00
parent 7d4cefda1d
commit bfa3bf6a1e
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ function Minesweeper:onGameComplete()
{0.3, 1, 0.3, 1} or
{1, 1, 1, 1}
)
love.graphics.setFont(font_3x5_3)
love.graphics.print("GOOD JOB!", 80 + 16 * width, 280)
end