coreography/default.project.json
2026-03-02 22:23:43 +01:00

27 lines
499 B
JSON

{
"name": "coreography",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Shared": {
"$path": "src/shared"
}
},
"ServerScriptService": {
"Server": {
"$path": "src/server"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Client": {
"$path": "src/client"
}
},
"$properties": {
"CameraMaxZoomDistance": 128.0,
"CharacterUseJumpPower": false
}
}
}
}