-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathdefault.project.json
More file actions
38 lines (31 loc) · 905 Bytes
/
Copy pathdefault.project.json
File metadata and controls
38 lines (31 loc) · 905 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
31
32
33
34
35
36
37
38
{
"name": "Super Mario 64",
"tree": {
"$className": "DataModel",
"$ignoreUnknownInstances": true,
"Workspace": {
"$className": "Workspace",
"$ignoreUnknownInstances": true,
"SM64": {
"$className": "Folder",
"$attributes": {
"TimeScale": 1,
"WingCap": false,
"HotLoading": false,
"DebugToggle": true,
"TruncateBounds": true,
"ToolAssistedInput": true
},
"Client": {
"$path": "client"
},
"Server": {
"$path": "server"
},
"Shared": {
"$path": "shared"
}
}
}
}
}