mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
* Add test project for tags * Update rbx_dom_lua and add attributes project * Add Attributes shorthand; not working * Update dependencies * Update rbx_reflection_database * Update rbx_types and commit attributes snapshot
36 lines
634 B
JSON
36 lines
634 B
JSON
{
|
|
"name": "attributes",
|
|
"tree": {
|
|
"$className": "Folder",
|
|
|
|
"Explicit": {
|
|
"$className": "Folder",
|
|
"$properties": {
|
|
"Attributes": {
|
|
"Attributes": {
|
|
"Hello": {
|
|
"String": "World"
|
|
},
|
|
"Vector": {
|
|
"Vector3": [1, 2, 3]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"ImplicitAttributes": {
|
|
"$className": "Folder",
|
|
"$properties": {
|
|
"Attributes": {
|
|
"Hey": {
|
|
"String": "Grandma"
|
|
},
|
|
"Vector": {
|
|
"Vector3": [4, 5, 6]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |