love2d-tank/.luarc.json
Simon Kellet 8fdbc3d0df init push
2024-04-26 11:03:54 +01:00

9 lines
128 B
JSON

{
"runtime.special": {
"love.filesystem.load": "loadfile"
},
"workspace.library": [
"${3rd}/love2d/library"
]
}