mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Use SerializationService as a fallback for when patch application fails (#1030)
This commit is contained in:
6
rojo-test/serve-tests/forced_parent/default.project.json
Normal file
6
rojo-test/serve-tests/forced_parent/default.project.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "forced_parent",
|
||||
"tree": {
|
||||
"$className": "Attachment"
|
||||
}
|
||||
}
|
||||
22
rojo-test/serve-tests/meshpart_with_id/default.project.json
Normal file
22
rojo-test/serve-tests/meshpart_with_id/default.project.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "meshpart",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"Workspace": {
|
||||
"Sword": {
|
||||
"$id": "sword",
|
||||
"$className": "MeshPart",
|
||||
"$properties": {
|
||||
"MeshId": "rbxasset://fonts/sword.mesh",
|
||||
"TextureID": "rbxasset://textures/SwordTexture.png"
|
||||
}
|
||||
},
|
||||
"ObjectValue": {
|
||||
"$className": "ObjectValue",
|
||||
"$attributes": {
|
||||
"Rojo_Target_Value": "sword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user