-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestenv.project.json
More file actions
74 lines (60 loc) · 1.73 KB
/
Copy pathtestenv.project.json
File metadata and controls
74 lines (60 loc) · 1.73 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
73
74
{
"name" : "environmentsystem_testenv",
"tree" : {
"$className" : "DataModel",
"ReplicatedStorage": {
"$className" : "ReplicatedStorage",
"Packages" : {
"$path" : "Packages",
"system-client" : {"$path" : "src/Client/default.project.json"}
}
},
"ServerScriptService" : {
"$className" : "ServerScriptService",
"Services" : {"$path" : "TestEnv/Server/Services"},
"Scripts" : {"$path" : "TestEnv/Server/Scripts"},
"Packages" : {
"$path" : "ServerPackages",
"system-server" : {"$path" : "src/Server/default.project.json"}
}
},
"StarterPlayer" : {
"$className" : "StarterPlayer",
"StarterPlayerScripts" : {
"$className" : "StarterPlayerScripts",
"Scripts" : {"$path" : "TestEnv/Client/Scripts"},
"Controllers" : {"$path" : "TestEnv/Client/Controllers"}
}
},
"Players" : {
"$className" : "Players",
"$properties" : {
"CharacterAutoLoads" : false
}
},
"Workspace" : {
"$className" : "Workspace",
"Map" : {"$path" : "TestEnv/Assets/Map.rbxm"}
},
"Lighting" : {
"$className" : "Lighting",
"$path" : "TestEnv/Assets/Lighting",
"$properties" : {
"Technology" : "ShadowMap",
"ClockTime" : 14,
"GeographicLatitude" : 41.733,
"Brightness" : 2,
"ExposureCompensation" : 0,
"Ambient" : [0.54117647058824,0.54117647058824,0.54117647058824],
"OutdoorAmbient" : [0.50196078431373,0.50196078431373,0.50196078431373],
"ColorShift_Bottom" : [0,0,0],
"ColorShift_Top" : [0,0,0],
"FogColor" : [0.14901960784314,0.14901960784314,0.14901960784314],
"FogEnd" : 1000,
"FogStart" : 0,
"GlobalShadows" : true,
"ShadowSoftness" : 0.2
}
}
}
}