mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Fix #60
This commit is contained in:
@@ -416,17 +416,17 @@
|
||||
"fields": [
|
||||
{
|
||||
"id": "x",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "location.position.x"
|
||||
},
|
||||
{
|
||||
"id": "y",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "location.position.y"
|
||||
},
|
||||
{
|
||||
"id": "z",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "location.position.z"
|
||||
}
|
||||
]
|
||||
@@ -464,27 +464,27 @@
|
||||
"fields": [
|
||||
{
|
||||
"id": "x",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "distance.x"
|
||||
},
|
||||
{
|
||||
"id": "y",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "distance.y"
|
||||
},
|
||||
{
|
||||
"id": "z",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "distance.z"
|
||||
},
|
||||
{
|
||||
"id": "absolute",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "distance.absolute"
|
||||
},
|
||||
{
|
||||
"id": "horizontal",
|
||||
"type": "boundary",
|
||||
"type": "range",
|
||||
"translate": "distance.horizontal"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user