Merge remote-tracking branch 'origin/bglap' into background
This commit is contained in:
4
main.lua
4
main.lua
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user