Merge remote-tracking branch 'origin/bglap' into background

This commit is contained in:
2021-12-22 11:55:35 +01:00
7 changed files with 15 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ if os.getenv("LOCAL_LUA_DEBUGGER_VSCODE") == "1" then
require 'src/Dependencies'
if os.getenv("LOCAL_LUA_DEBUGGER_VSCODE") == "1" then
require("lldebugger").start()
end
function love.load()
love.window.setTitle('SpiderCut')
love.graphics.setDefaultFilter('nearest', 'nearest')