Initial commit
This commit is contained in:
commit
ee4762673a
14 changed files with 410 additions and 0 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Lua.workspace.library": [
|
||||
"${addons}/love2d/module/library"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.2",
|
||||
"Lua.runtime.special": {
|
||||
"love.filesystem.load": "loadfile"
|
||||
},
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue