mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:08:56 +02:00
Fix stand talking pops
This commit is contained in:
parent
df11977b39
commit
96510429ba
1 changed files with 14 additions and 14 deletions
|
@ -2478,8 +2478,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk",
|
"id": "talk",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2489,8 +2489,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk02",
|
"id": "talk02",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2500,8 +2500,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk03",
|
"id": "talk03",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2511,8 +2511,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk04",
|
"id": "talk04",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2522,8 +2522,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk_armsdown",
|
"id": "talk_armsdown",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2533,8 +2533,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk_lefthand",
|
"id": "talk_lefthand",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
@ -2544,8 +2544,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "talk_righthand",
|
"id": "talk_righthand",
|
||||||
"interpDuration": 1,
|
"interpDuration": 20,
|
||||||
"interpTarget": 1,
|
"interpTarget": 20,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"priority": 0.33,
|
"priority": 0.33,
|
||||||
"resume": true,
|
"resume": true,
|
||||||
|
|
Loading…
Reference in a new issue