sm64-roblox-liberty-prime/default.project.json
Max ba0e5364bb Major restructuring and bug fixes.
Moved a lot of things around, fixed a lot of bugs, made the animations and sounds public. Special thanks to CuckyDev for helping me track down all the small problems that were lingering, and for fixing a major issue with the simulation rate. There's still some stuff to fix and improve, but now this should be more portable and useable by the wider community! 🎉

Co-Authored-By: Regan Green <cuckydev@gmail.com>
2023-07-07 22:01:02 -05:00

38 lines
No EOL
905 B
JSON

{
"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"
}
}
}
}
}