first commit
This commit is contained in:
52
default.project.json
Normal file
52
default.project.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "Nyali",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
|
||||
"ReplicatedStorage": {
|
||||
"$path": "src/shared"
|
||||
},
|
||||
|
||||
"ServerScriptService": {
|
||||
"$path": "src/server"
|
||||
},
|
||||
|
||||
"StarterPlayer": {
|
||||
"StarterPlayerScripts": {
|
||||
"$path": "src/client"
|
||||
}
|
||||
},
|
||||
|
||||
"Workspace": {
|
||||
"$properties": {
|
||||
"StreamingEnabled": false
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user