mirror of
https://github.com/louis-e/arnis.git
synced 2025-12-23 22:37:56 -05:00
32 lines
733 B
JSON
32 lines
733 B
JSON
[
|
|
{
|
|
"comments": "translate x+=2000, z+=1000",
|
|
"operation": "translate",
|
|
"config": {
|
|
"type": "vector",
|
|
"config": {
|
|
"vector": {
|
|
"dx": 2000,
|
|
"dz": 1000
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"extra_field": "Adding extra unnecessary fields is still valid",
|
|
"operation": "translate",
|
|
"config": {
|
|
"type": "startend",
|
|
"config": {
|
|
"start": {
|
|
"x": 0,
|
|
"z": 0
|
|
},
|
|
"end": {
|
|
"x": -1000,
|
|
"z": -2000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
] |