Basic start

This commit is contained in:
SweetSea
2024-11-24 12:21:07 +07:00
parent b23869725a
commit 45b9af49a3
10 changed files with 1050 additions and 10 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"Lua.workspace.library": [
"${addons}/love2d/module/library"
],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"love.filesystem.load": "loadfile"
},
"Lua.workspace.checkThirdParty": false
}