generated from claylittlehorse/roblox-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.project.json
56 lines (47 loc) · 945 Bytes
/
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
{
"name": "twomoons",
"tree": {
"$className": "DataModel",
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},
"Workspace": {
"$className": "Workspace",
"GeneratedMapFolder": {
"$className": "Folder"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"UI": {
"$path": "src/UI"
},
"Shared": {
"$path": "src/Shared"
},
"Lib": {
"$path": "lib"
},
"ImportPaths": {
"$path": "src/ImportPaths.lua"
},
"ReloadDirectories": {
"$path": "src/ReloadDirectories.lua"
}
},
"StarterPlayer":{
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src/Client"
}
},
"ServerScriptService":{
"$className": "ServerScriptService",
"$path": "src/Server"
}
}
}