editor fix, camera confined to level

This commit is contained in:
lustlion
2022-01-31 07:38:15 +01:00
parent bb53c2787b
commit 486f242544
3 changed files with 10 additions and 27 deletions

View File

@@ -112,5 +112,5 @@ function love.draw()
if menuPage ~= nil then MenuDraw(menuPage) end
love.graphics.print(arrow,10,40)
love.graphics.print(game.scale,10,40)
end