Add Fancy Speech Bubbles for Diona and Gingerbread (#37742)
* Add Fancy Speech Bubbles for Diona and Gingerbread * Fix White-Spacing * Fix Fails
This commit is contained in:
parent
ab5e1edb00
commit
32d9e5a1f4
|
|
@ -68,11 +68,11 @@
|
|||
- type: typingIndicator
|
||||
id: gingerbread
|
||||
typingState: gingerbread0
|
||||
idleState: gingerbread0
|
||||
idleState: gingerbread3
|
||||
offset: 0, 0.125
|
||||
|
||||
- type: typingIndicator
|
||||
id: diona
|
||||
typingState: diona0
|
||||
idleState: diona0
|
||||
idleState: diona3
|
||||
offset: 0, 0.125
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 729 B |
Binary file not shown.
|
After Width: | Height: | Size: 549 B |
|
|
@ -178,6 +178,18 @@
|
|||
{
|
||||
"name": "diona2"
|
||||
},
|
||||
{
|
||||
"name": "diona3",
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.3,
|
||||
0.3,
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gingerbread0",
|
||||
"delays": [
|
||||
|
|
@ -195,6 +207,18 @@
|
|||
{
|
||||
"name": "gingerbread2"
|
||||
},
|
||||
{
|
||||
"name": "gingerbread3",
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.3,
|
||||
0.3,
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "guardian0",
|
||||
"delays": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue