fixed version color change bug
@ -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()