remove debug messages
This commit is contained in:
1
main.lua
1
main.lua
@@ -37,6 +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" )
|
||||
math.randomseed(os.time())
|
||||
|
||||
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {
|
||||
|
||||
Reference in New Issue
Block a user