-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswordfish.project.json
54 lines (54 loc) · 1.39 KB
/
swordfish.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
{
"name": "game",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Shared": {
"$path": "core/shared"
},
"SwordfishShared": {
"$path": "places/swordfish/shared"
}
},
"ServerScriptService": {
"Server": {
"$path": "core/server"
},
"SwordfishServer": {
"$path": "places/swordfish/server"
}
},
"StarterGui": {
"MainHUD": {
"$path": "assets/MainHUD.rbxm"
},
"Cursor": {
"$path": "assets/Cursor.rbxm"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Client": {
"$path": "core/client"
},
"SwordfishClient": {
"$path": "places/swordfish/client"
}
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
},
"Sounds": {
"$path": "Sounds.rbxmx"
}
},
"Chat": {
"$properties": {
"BubbleChatEnabled": false,
"LoadDefaultChat": false
}
}
}
}