update project json
This commit is contained in:
parent
921af23d66
commit
62edef7389
5 changed files with 27 additions and 26 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Plugin",
|
|
||||||
"tree": {
|
|
||||||
"$properties": {
|
|
||||||
"Name": "quad"
|
|
||||||
},
|
|
||||||
"$path": "src"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2
build.sh
2
build.sh
|
|
@ -1 +1 @@
|
||||||
rojo build build.project.json -o build.rbxmx
|
rojo build default.project.json -o build.rbxmx
|
||||||
|
|
@ -1,21 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Plugin",
|
"name": "Plugin",
|
||||||
"tree": {
|
"tree": {
|
||||||
"$className": "DataModel",
|
"$properties": {
|
||||||
"ReplicatedStorage": {
|
"Name": "Quad"
|
||||||
"$className": "ReplicatedStorage",
|
},
|
||||||
"Quad": {
|
|
||||||
"$path": "src"
|
"$path": "src"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"StarterGui": {
|
|
||||||
"$className": "StarterGui",
|
|
||||||
"QuadTesting": {
|
|
||||||
"$className": "ScreenGui",
|
|
||||||
"testScript": {
|
|
||||||
"$path": "testScript.client.lua"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
21
test.project.json
Normal file
21
test.project.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "Plugin",
|
||||||
|
"tree": {
|
||||||
|
"$className": "DataModel",
|
||||||
|
"ReplicatedStorage": {
|
||||||
|
"$className": "ReplicatedStorage",
|
||||||
|
"Quad": {
|
||||||
|
"$path": "./"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"StarterGui": {
|
||||||
|
"$className": "StarterGui",
|
||||||
|
"QuadTesting": {
|
||||||
|
"$className": "ScreenGui",
|
||||||
|
"testScript": {
|
||||||
|
"$path": "testScript.client.lua"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1
test.sh
Normal file
1
test.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
rojo serve test.project.json
|
||||||
Loading…
Reference in a new issue