fixed level jump

This commit is contained in:
2021-12-27 17:37:14 +01:00
parent e0ac6abaef
commit 3af5bbe928
3 changed files with 1 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ if os.getenv("LOCAL_LUA_DEBUGGER_VSCODE") == "1" then
function love.load()
love.window.setTitle('SpiderCut')
love.graphics.setDefaultFilter('nearest', 'nearest')
love.graphics.setLineJoin( "miter" )
love.graphics.setLineJoin( "bevel" )
math.randomseed(os.time())
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {