diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..f5d3458 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,8 @@ +{ + "runtime.special": { + "love.filesystem.load": "loadfile" + }, + "workspace.library": [ + "${3rd}/love2d/library" + ] +}