mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add support for properties metadata in project files
This commit is contained in:
@@ -208,7 +208,7 @@ fn construct_project_node<'a>(
|
|||||||
RbxSnapshotInstance {
|
RbxSnapshotInstance {
|
||||||
class_name: Cow::Borrowed(&node.class_name),
|
class_name: Cow::Borrowed(&node.class_name),
|
||||||
name: Cow::Borrowed(instance_name),
|
name: Cow::Borrowed(instance_name),
|
||||||
properties: HashMap::new(),
|
properties: node.properties.clone(),
|
||||||
children,
|
children,
|
||||||
source_path: None,
|
source_path: None,
|
||||||
metadata: Some(node.metadata.clone()),
|
metadata: Some(node.metadata.clone()),
|
||||||
|
|||||||
Reference in New Issue
Block a user