-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrojo.json
More file actions
30 lines (30 loc) · 678 Bytes
/
rojo.json
File metadata and controls
30 lines (30 loc) · 678 Bytes
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
{
"name": "platformer",
"servePort": 8000,
"partitions": {
"roact": {
"path": "roact/lib",
"target": "ReplicatedStorage.Roact"
},
"rodux": {
"path": "rodux/lib",
"target": "ReplicatedStorage.Rodux"
},
"roact-rodux": {
"path": "roact-rodux/lib",
"target": "ReplicatedStorage.RoactRodux"
},
"gameStorage": {
"path": "src/replicated_storage",
"target": "ReplicatedStorage.Modules"
},
"playerScripts": {
"path": "src/player_scripts",
"target": "StarterPlayer.StarterPlayerScripts"
},
"playerGui": {
"path": "src/player_gui",
"target": "StarterGui"
}
}
}