mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 04:26:18 +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": [
|
||||
{
|
||||
"id": "idle",
|
||||
"interpTarget": 3,
|
||||
"interpDuration": 3,
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 6,
|
||||
"transitions": [
|
||||
{ "var": "isMoving", "state": "walk" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "walk",
|
||||
"interpTarget": 3,
|
||||
"interpDuration": 3,
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 6,
|
||||
"transitions": [
|
||||
{ "var": "isNotMoving", "state": "idle" }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue