mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +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,12 @@
|
||||
{
|
||||
"name": "string_value_project",
|
||||
"tree": {
|
||||
"$className": "Folder",
|
||||
"on_file_system": {
|
||||
"$path": "string_value.txt"
|
||||
},
|
||||
"inside_project_file": {
|
||||
"$className": "StringValue"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
rojo-test/syncback-tests/string_value_project/input.rbxm
Normal file
BIN
rojo-test/syncback-tests/string_value_project/input.rbxm
Normal file
Binary file not shown.
Reference in New Issue
Block a user