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