forked from rojo-rbx/rojo
Use project name for root object name
This commit is contained in:
@@ -185,8 +185,8 @@ fn construct_initial_tree(
|
|||||||
construct_project_node(
|
construct_project_node(
|
||||||
&mut context,
|
&mut context,
|
||||||
None,
|
None,
|
||||||
"<<<ROOT>>>".to_string(),
|
project.name.clone(),
|
||||||
"<<<ROOT>>>",
|
&project.name,
|
||||||
&project.tree,
|
&project.tree,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "empty",
|
"name": "test-model",
|
||||||
"tree": {
|
"tree": {
|
||||||
"$path": "src"
|
"$path": "src"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user