mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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",
|
||||
"dimensions": {
|
||||
"x": 99.99999,
|
||||
"y": 6.993421,
|
||||
"z": 99.99999
|
||||
"x": 20,
|
||||
"y": 1,
|
||||
"z": 20
|
||||
},
|
||||
"position" : {
|
||||
"x": 0,
|
||||
"y": -10,
|
||||
"y": -12,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue