This commit is contained in:
2021-12-21 23:37:41 +01:00
parent 63bd4c6158
commit c282c31ff4
8 changed files with 30 additions and 10 deletions

View File

@@ -31,6 +31,10 @@
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')