-
Notifications
You must be signed in to change notification settings - Fork 1
/
rojo.json
49 lines (46 loc) · 1.32 KB
/
rojo.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
{
"name": "BTK",
"servePort": 8000,
"partitions": {
"BTKComponents": {
"path": "src/EntityComponents",
"target": "ReplicatedStorage.BTK.EntityComponents"
},
"BTKPlugins": {
"path": "src/EntityPlugins",
"target": "ReplicatedStorage.BTK.EntityPlugins"
},
"BTKRoact": {
"path": "src/RoactComponents",
"target": "ReplicatedStorage.BTK.RoactComponents"
},
"BTKEntityCore": {
"path": "src/EntityCore",
"target": "ServerScriptService.BTK.EntityCore"
},
"Modules": {
"path": "modules/",
"target": "ReplicatedStorage.Modules"
},
"EntitySystem": {
"path": "modules/RobloxComponentSystem/lib/",
"target": "ReplicatedStorage.EntitySystem"
},
"lib": {
"path": "modules/RobloxComponentSystem/lib/",
"target": "ReplicatedStorage.ComponentVisualizerPlugin.EntitySystem"
},
"plugin": {
"path": "modules/RobloxComponentSystem/plugin/",
"target": "ReplicatedStorage.ComponentVisualizerPlugin.Plugin"
},
"roact": {
"path": "modules/Roact/lib/",
"target": "ReplicatedStorage.ComponentVisualizerPlugin.Roact"
},
"roact-studio-widgets": {
"path": "modules/RoactStudioWidgets/lib/",
"target": "ReplicatedStorage.ComponentVisualizerPlugin.RoactStudioWidgets"
}
}
}