update project json

This commit is contained in:
세젤귀 고양이들 2021-12-24 18:16:53 +09:00
parent 921af23d66
commit 62edef7389
5 changed files with 27 additions and 26 deletions

View file

@ -1,9 +0,0 @@
{
"name": "Plugin",
"tree": {
"$properties": {
"Name": "quad"
},
"$path": "src"
}
}

View file

@ -1 +1 @@
rojo build build.project.json -o build.rbxmx
rojo build default.project.json -o build.rbxmx

View file

@ -1,21 +1,9 @@
{
"name": "Plugin",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Quad": {
"$path": "src"
}
},
"StarterGui": {
"$className": "StarterGui",
"QuadTesting": {
"$className": "ScreenGui",
"testScript": {
"$path": "testScript.client.lua"
}
}
}
"$properties": {
"Name": "Quad"
},
"$path": "src"
}
}

21
test.project.json Normal file
View 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
View file

@ -0,0 +1 @@
rojo serve test.project.json