-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.project.json
More file actions
53 lines (53 loc) · 1.17 KB
/
default.project.json
File metadata and controls
53 lines (53 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "TechnicalChallenge",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Packages": {
"$path": "Packages"
},
"Shared": {
"$path": "src/shared"
}
},
"ServerScriptService": {
"ServerPackages": {
"$path": "ServerPackages"
},
"Server": {
"$path": "src/server"
}
},
"StarterPlayer": {
"$properties": {
"AutoJumpEnabled": false,
"CameraMaxZoomDistance": 4,
"CameraMinZoomDistance": 4,
"DevComputerMovementMode": "KeyboardMouse",
"CharacterWalkSpeed": 12,
"DevComputerCameraMovementMode": "Follow",
"DevTouchMovementMode": "DPad",
"LoadCharacterAppearance": false,
"LoadCharacterLayeredClothing": "Disabled"
},
"StarterCharacterScripts": {
"$path": "src/client/character"
},
"StarterPlayerScripts": {
"Client": {
"$path": "src/client/player"
}
}
},
"Players": {
"$properties": {
"RespawnTime": 0
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}