mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:58:45 +02:00
updated avatar.json to match current gist.
This commit is contained in:
parent
19e91bb392
commit
21c6ba9bdf
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"id": "idle",
|
"id": "idle",
|
||||||
"interpTarget": 3,
|
"interpTarget": 6,
|
||||||
"interpDuration": 3,
|
"interpDuration": 6,
|
||||||
"transitions": [
|
"transitions": [
|
||||||
{ "var": "isMoving", "state": "walk" }
|
{ "var": "isMoving", "state": "walk" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "walk",
|
"id": "walk",
|
||||||
"interpTarget": 3,
|
"interpTarget": 6,
|
||||||
"interpDuration": 3,
|
"interpDuration": 6,
|
||||||
"transitions": [
|
"transitions": [
|
||||||
{ "var": "isNotMoving", "state": "idle" }
|
{ "var": "isNotMoving", "state": "idle" }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue