mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
lower box so avatar doesn't get stuck
This commit is contained in:
parent
fca510c9f7
commit
234c88a11e
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
||||||
{
|
{
|
||||||
"type": "Box",
|
"type": "Box",
|
||||||
"dimensions": {
|
"dimensions": {
|
||||||
"x": 99.99999,
|
"x": 20,
|
||||||
"y": 6.993421,
|
"y": 1,
|
||||||
"z": 99.99999
|
"z": 20
|
||||||
},
|
},
|
||||||
"position" : {
|
"position" : {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": -10,
|
"y": -12,
|
||||||
"z": 0
|
"z": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue