Rojo Project File Template #1
This commit is contained in:
parent
800d01ad83
commit
ca4f602ffe
1 changed files with 43 additions and 0 deletions
43
default.project.json
Normal file
43
default.project.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "E_CS",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
|
||||
"ReplicatedStorage": {
|
||||
"$path": "src/Replicated/Storage"
|
||||
},
|
||||
|
||||
"ReplicatedFirst": {
|
||||
"$path": "src/Replicated/First"
|
||||
},
|
||||
|
||||
"ServerScriptService": {
|
||||
"$path": "src/Server/Scripts"
|
||||
},
|
||||
|
||||
"ServerStorage": {
|
||||
"$path": "src/Server/Storage"
|
||||
},
|
||||
|
||||
"StarterPlayer": {
|
||||
"StarterPlayerScripts": {
|
||||
"$path": "src/Local/Player"
|
||||
},
|
||||
"StarterCharacterScripts": {
|
||||
"$path": "src/Local/Character"
|
||||
}
|
||||
},
|
||||
|
||||
"Workspace": {
|
||||
"$properties": {
|
||||
"FilteringEnabled": true
|
||||
}
|
||||
},
|
||||
|
||||
"SoundService": {
|
||||
"$properties": {
|
||||
"RespectFilteringEnabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue