-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.project.json
More file actions
72 lines (72 loc) · 1.84 KB
/
default.project.json
File metadata and controls
72 lines (72 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Industrial - 17",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedStorage",
"Packages": {
"$path": "Packages"
}
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedFirst"
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$ignoreUnknownInstances": true,
"$path": "src/ServerScriptService"
},
"ServerStorage": {
"$className": "ServerStorage",
"$ignoreUnknownInstances": true,
"Packages": {
"$path": "ServerPackages"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"$properties": {
"EnableMouseLockOption": false,
"LoadCharacterAppearance": false,
"CharacterWalkSpeed": 8,
"CameraMaxZoomDistance": 32,
"DevComputerMovementMode": "KeyboardMouse"
},
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$ignoreUnknownInstances": false,
"$path": "src/StarterPlayer/StarterPlayerScripts"
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$ignoreUnknownInstances": true,
"$path": "src/StarterPlayer/StarterCharacterScripts"
}
},
"Teams": {
"$className": "Teams",
"Combine": {
"$className": "Team",
"$properties": {
"TeamColor": {
"BrickColor": 1017
},
"AutoAssignable": false
}
},
"Civilian": {
"$className": "Team",
"$properties": {
"TeamColor": {
"BrickColor": 102
},
"AutoAssignable": false
}
}
}
}
}