sm64-roblox-liberty-prime/default.project.json
2024-04-19 15:24:56 -05:00

38 lines
No EOL
897 B
JSON

{
"name": "Sam 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"
}
}
}
}
}