mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-06-12 23:00:26 +00:00
Fix syncback not removing stale $properties at engine defaults (#1244)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
source: tests/rojo_test/syncback_util.rs
|
||||
expression: "String::from_utf8_lossy(&output.stdout)"
|
||||
---
|
||||
Writing default.project.json
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
source: tests/tests/syncback.rs
|
||||
expression: default.project.json
|
||||
---
|
||||
{
|
||||
"name": "SyncbackTest",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"Workspace": {
|
||||
"$className": "Workspace",
|
||||
"TestPart": {
|
||||
"$className": "Part",
|
||||
"$properties": {
|
||||
"Anchored": true,
|
||||
"Color": {
|
||||
"Color3uint8": [
|
||||
0,
|
||||
0,
|
||||
255
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"$properties": {
|
||||
"EnableSLIMAvatars": {
|
||||
"Enum": 0
|
||||
},
|
||||
"ImprovedAnimationConstraint": {
|
||||
"Enum": 0
|
||||
},
|
||||
"ImprovedPhysicsReplication": {
|
||||
"Enum": 0
|
||||
},
|
||||
"LayeredClothingCacheOptimizations": {
|
||||
"Enum": 0
|
||||
},
|
||||
"MeshStreamingAndImprovedLods": {
|
||||
"Enum": 0
|
||||
},
|
||||
"NextGenerationReplication": {
|
||||
"Enum": 0
|
||||
},
|
||||
"PlayerScriptsUseInputActionSystem": {
|
||||
"Enum": 0
|
||||
},
|
||||
"UseFixedSimulation": {
|
||||
"Enum": 0
|
||||
},
|
||||
"UseNewLuauTypeSolver": "Disabled",
|
||||
"ValidateEnabledProximityPrompt": {
|
||||
"Enum": 0
|
||||
}
|
||||
},
|
||||
"$attributes": {
|
||||
"Rojo_Target_CurrentCamera": "302d573157260ee80a3baa32000003b5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "SyncbackTest",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"Workspace": {
|
||||
"$className": "Workspace",
|
||||
"TestPart": {
|
||||
"$className": "Part",
|
||||
"$properties": {
|
||||
"Transparency": 1.0,
|
||||
"Anchored": true,
|
||||
"Color": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user