forked from Raild3x/ModulesOnRails
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.project.json
More file actions
116 lines (108 loc) · 3.48 KB
/
default.project.json
File metadata and controls
116 lines (108 loc) · 3.48 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "rail-modules",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"BasePlate":{
"$className": "Part",
"$properties": {
"Size": [1024, 4, 1024],
"Position": [0, -2, 0],
"Color": {
"Color3uint8": [91, 91, 91]
},
"Anchored": true,
"Locked": true,
"TopSurface": "Smooth"
},
"GridTexture": {
"$className": "Texture",
"$properties": {
"Texture": "rbxassetid://6372755229",
"StudsPerTileU": 8,
"StudsPerTileV": 8,
"Color3": [0, 0, 0],
"Transparency": 0.8,
"Face": "Top"
}
}
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"src": {
"$path": "lib"
},
"TestEZ": {
"$path": "modules/testez/src"
}
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"runTests": {
"$path": "test/runTestEZ.server.lua"
}
},
"Lighting": {
"$className": "Lighting",
"$properties": {
"Ambient": {
"Color3uint8": [70, 70, 70]
},
"OutdoorAmbient": {
"Color3uint8": [70, 70, 70]
},
"GlobalShadows": true,
"Brightness": 3,
"ShadowSoftness": 0.2,
"EnvironmentSpecularScale": 1,
"EnvironmentDiffuseScale": 1,
"GeographicLatitude": 0,
"ClockTime": 14.5,
"Technology": "Future"
},
"Sky": {
"$className": "Sky",
"$properties": {
"MoonTextureId": "rbxassetid://6444320592",
"SkyboxBk": "rbxassetid://6444884337",
"SkyboxDn": "rbxassetid://6444884785",
"SkyboxFt": "rbxassetid://6444884337",
"SkyboxLf": "rbxassetid://6444884337",
"SkyboxRt": "rbxassetid://6444884337",
"SkyboxUp": "rbxassetid://6412503613",
"CelestialBodiesShown": false,
"StarCount": 3000,
"MoonAngularSize": 11,
"SunAngularSize": 11,
"SunTextureId": "rbxassetid://6196665106"
}
},
"Atmopshere": {
"$className": "Atmosphere",
"$properties": {
"Density": 0.3,
"Offset": 0.25,
"Color": {
"Color3uint8": [199, 199, 199]
},
"Decay": {
"Color3uint8": [106, 112, 125]
},
"Glare": 0,
"Haze": 0
}
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
}
}
}