mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 23:39:02 -06:00
Version number now displays at bottom right always
This commit is contained in:
parent
1336ea00e4
commit
4e297a8030
4
main.lua
4
main.lua
@ -74,6 +74,10 @@ function love.draw()
|
|||||||
love.graphics.scale(scale_factor)
|
love.graphics.scale(scale_factor)
|
||||||
|
|
||||||
scene:render()
|
scene:render()
|
||||||
|
|
||||||
|
love.graphics.setFont(font_3x5_2)
|
||||||
|
love.graphics.printf(version, 0, 460, love.graphics.getWidth() - 5, "right")
|
||||||
|
|
||||||
love.graphics.pop()
|
love.graphics.pop()
|
||||||
|
|
||||||
love.graphics.setCanvas()
|
love.graphics.setCanvas()
|
||||||
|
Loading…
Reference in New Issue
Block a user