Merge pull request #37 from terpyderp/master

fixed version color change bug
pull/38/head
Ishaan Bhardwaj 2021-09-29 19:43:49 -04:00 committed by GitHub
commit 173b3ddbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ function love.draw()
scene:render()
love.graphics.setFont(font_3x5_2)
love.graphics.setColor(1, 1, 1, 1)
love.graphics.printf(version, 0, 460, 635, "right")
love.graphics.pop()