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

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

@@ -0,0 +1 @@
-- bar.client.lua

View File

@@ -0,0 +1 @@
-- foo.server.lua

View File

View File

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

View File

@@ -0,0 +1 @@
-- test.lua