2PlayerShooter/.luarc.json
2024-04-21 13:05:08 +01:00

9 lines
128 B
JSON

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