forked from TheNexusAvenger/Nexus-Battles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.project.json
118 lines (117 loc) · 3.81 KB
/
default.project.json
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
117
118
{
"name": "Nexus-Battles",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"$path": "src/Workspace",
"$properties": {
"FilteringEnabled": true,
"SignalBehavior": "Deferred"
},
"Terrain": {
"$className": "Terrain"
}
},
"Players": {
"$className": "Players",
"$properties": {
"CharacterAutoLoads": false
}
},
"Lighting": {
"$className": "Lighting",
"$properties": {
"Ambient": [0.5,0.5,0.5],
"OutdoorAmbient": [0.5,0.5,0.5],
"Brightness": 2,
"ClockTime": 0,
"GlobalShadows": true,
"Technology": "Future"
}
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$path": "src/ReplicatedFirst"
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "src/ReplicatedStorage",
"External": {
"$className": "Folder",
"Module3D": {
"$path": "module/Module3D/Module3D.lua"
},
"NexusInstance": {
"$path": "module/Nexus-Instance/src"
},
"NexusProject": {
"$path": "module/Nexus-Project/src",
"NexusInstance": {
"$path": "module/Nexus-Project/module/Nexus-Instance/src"
}
},
"NexusButton": {
"$path": "module/Nexus-Button/src",
"NexusInstance": {
"$path": "module/Nexus-Button/module/NexusInstance/src"
}
},
"NexusDataStore": {
"$path": "module/Nexus-Data-Store/src"
},
"NexusReplication": {
"$path": "module/Nexus-Replication/src",
"NexusInstance": {
"$path": "module/Nexus-Replication/module/Nexus-Instance/src"
},
"NexusProject": {
"$path": "module/Nexus-Replication/module/Nexus-Project/src",
"NexusInstance": {
"$path": "module/Nexus-Replication/module/Nexus-Project/module/Nexus-Instance/src"
}
}
}
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$path": "src/ServerScriptService"
},
"ServerStorage": {
"$className": "ServerStorage",
"$path": "src/ServerStorage"
},
"StarterGui": {
"$className": "StarterGui",
"$path": "src/StarterGui",
"$properties": {
"ScreenOrientation": "Sensor"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"$properties": {
"LoadCharacterAppearance": false
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$path": "src/StarterCharacterScripts"
},
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src/StarterPlayerScripts"
}
},
"TestService": {
"$className": "TestService",
"$path": "test"
},
"Chat": {
"$className": "Chat",
"$properties": {
"BubbleChatEnabled": true
}
}
}
}