nerevelon5/.vscode/settings.json
Ivan Yuriev 6a8bc1e07c - shadows demo
- scaling
 - math fix
 - refactoring
2025-04-17 03:52:58 +03:00

16 lines
363 B
JSON

{
"Lua.diagnostics.globals": [
"love"
],
"Lua.workspace.library": [
"${addons}/love2d/module/library"
],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"love.filesystem.load": "loadfile"
},
"Lua.workspace.checkThirdParty": false,
"Lua.diagnostics.disable": [
"undefined-field"
]
}