Initial push

This commit is contained in:
Mark Marks 2024-09-21 19:12:15 +02:00
commit ee69c03334
31 changed files with 1578 additions and 0 deletions

17
.darklua.json Normal file
View file

@ -0,0 +1,17 @@
{
"process": [
{
"rule": "convert_require",
"current": {
"name": "path",
"sources": {
"@pkg": "Packages/"
}
},
"target": {
"name": "roblox",
"rojo_sourcemap": "sourcemap.json"
}
}
]
}