mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 01:09:02 -06:00
Fixed version number drawing in the wrong place
This commit is contained in:
parent
4e297a8030
commit
3770deca55
2
main.lua
2
main.lua
@ -76,7 +76,7 @@ function love.draw()
|
||||
scene:render()
|
||||
|
||||
love.graphics.setFont(font_3x5_2)
|
||||
love.graphics.printf(version, 0, 460, love.graphics.getWidth() - 5, "right")
|
||||
love.graphics.printf(version, 0, 460, 635, "right")
|
||||
|
||||
love.graphics.pop()
|
||||
|
||||
|
@ -93,8 +93,6 @@ function TitleScene:render()
|
||||
for i, screen in pairs(main_menu_screens) do
|
||||
love.graphics.printf(screen.title, 40, 280 + 20 * i, 120, "left")
|
||||
end
|
||||
|
||||
love.graphics.printf(version, 0, 460, love.graphics.getWidth() - 5, "right")
|
||||
end
|
||||
|
||||
function TitleScene:changeOption(rel)
|
||||
|
Loading…
Reference in New Issue
Block a user