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
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"name": "attributes",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"Workspace": {
|
|
"Folder": {
|
|
"$className": "Folder",
|
|
"$properties": {
|
|
"Attributes": {
|
|
"Hello": { "Vector3": [1, 2, 3] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |