Structured test-folder project

This commit is contained in:
Lucien Greathouse
2017-12-04 00:17:46 -08:00
parent 88efdb5ba4
commit 35543c2790
7 changed files with 10 additions and 1 deletions

View File

@@ -1 +0,0 @@
-- meh/init.lua

10
test-project/rojo.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "test-project",
"servePort": 8001,
"partitions": {
"src": {
"path": "src",
"target": "ReplicatedStorage.TestProject"
}
}
}

View File