sm64-roblox-liberty-prime/default.project.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2022-10-13 03:53:17 -05:00
{
"name": "Super Mario 64",
"tree": {
"$className": "DataModel",
"$ignoreUnknownInstances": true,
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$ignoreUnknownInstances": true,
"SM64": {
"$path": "SM64",
"$ignoreUnknownInstances": true
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$ignoreUnknownInstances": true,
"LazyNetworking": {
"$path": "rbx/LazyNetworking.server.lua"
2022-10-13 18:26:11 -05:00
},
"StarterCharacter": {
"$path": "rbx/StarterCharacter"
2022-10-13 03:53:17 -05:00
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"$ignoreUnknownInstances": true,
2022-10-13 18:26:11 -05:00
"$properties": {
"EnableMouseLockOption": false
},
2022-10-13 03:53:17 -05:00
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$ignoreUnknownInstances": true,
"Animate": {
"$className": "Hole"
},
"Sound": {
"$className": "Hole"
},
"Health": {
"$className": "Hole"
},
2022-10-13 18:26:11 -05:00
"Appearance": {
"$path": "rbx/Appearance.server.lua"
2022-10-13 03:53:17 -05:00
}
}
}
}
}