mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit. Consider checking the linked PR for more information.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- satellite beef psychology response supply
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "project_reserialize",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"Workspace": {
|
||||
"attribute_mismatch": {
|
||||
"$attributes": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"$path": "attribute_mismatch.luau"
|
||||
},
|
||||
"property_mismatch": {
|
||||
"$path": "property_mismatch.project.json"
|
||||
},
|
||||
"$properties": {
|
||||
"EditorLiveScripting": {
|
||||
"Enum": 0
|
||||
},
|
||||
"SignalBehavior": "Deferred",
|
||||
"StreamOutBehavior": "Opportunistic",
|
||||
"StreamingEnabled": true,
|
||||
"StreamingIntegrityMode": "PauseOutsideLoadedArea"
|
||||
},
|
||||
"$attributes": {
|
||||
"Rojo_Target_CurrentCamera": "6d6ae1d713c82fae0620aa1300000375"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "property_mismatch",
|
||||
"tree": {
|
||||
"$className": "BrickColorValue",
|
||||
"$properties": {
|
||||
"Value": {
|
||||
"BrickColor": 345
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user