mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-25 08:35:03 +08:00
29 lines
563 B
JSON
29 lines
563 B
JSON
|
{
|
||
|
"type": "canvas",
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 0,
|
||
|
"y": 0,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "red"
|
||
|
},
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 100,
|
||
|
"y": 100,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 200,
|
||
|
"y": 200,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "blue"
|
||
|
}
|
||
|
]
|
||
|
}
|