fitter/default.project.json

75 lines
1.3 KiB
JSON
Raw Normal View History

2024-05-08 16:35:03 +00:00
{
"name": "fitter",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Common": {
"$path": "src/shared"
},
"Packages": {
"$path": "Packages"
}
2024-05-08 16:35:03 +00:00
},
"ServerScriptService": {
"Server": {
"$path": "src/server"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Client": {
"$path": "src/client"
}
}
},
"Workspace": {
"$properties": {
"FilteringEnabled": true
},
"Baseplate": {
"$className": "Part",
"$properties": {
"Anchored": true,
"Color": [
0.38823,
0.37254,
0.38823
],
"Locked": true,
"Position": [
0,
-10,
0
],
"Size": [
512,
20,
512
]
}
}
},
"Lighting": {
"$properties": {
"Ambient": [
0,
0,
0
],
"Brightness": 2,
"GlobalShadows": true,
"Outlines": false,
"Technology": "Voxel"
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}