mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Fix #60
This commit is contained in:
@@ -892,17 +892,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"
|
||||
}
|
||||
]
|
||||
@@ -940,27 +940,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