mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
22 lines
471 B
JSON
22 lines
471 B
JSON
{
|
|
"name": "meshpart",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"Workspace": {
|
|
"Sword": {
|
|
"$id": "sword",
|
|
"$className": "MeshPart",
|
|
"$properties": {
|
|
"MeshId": "rbxasset://fonts/sword.mesh",
|
|
"TextureID": "rbxasset://textures/SwordTexture.png"
|
|
}
|
|
},
|
|
"ObjectValue": {
|
|
"$className": "ObjectValue",
|
|
"$attributes": {
|
|
"Rojo_Target_Value": "sword"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |