From e471ab1843eb51878d54893e71e2cae23fee6b86 Mon Sep 17 00:00:00 2001 From: YoungThug Date: Mon, 26 May 2025 04:51:09 -0700 Subject: [PATCH] Add Fancy Speech Bubbles for Diona and Gingerbread (#37742) * Add Fancy Speech Bubbles for Diona and Gingerbread * Fix White-Spacing * Fix Fails --- Resources/Prototypes/typing_indicator.yml | 4 +-- .../Textures/Effects/speech.rsi/diona3.png | Bin 0 -> 729 bytes .../Effects/speech.rsi/gingerbread3.png | Bin 0 -> 549 bytes .../Textures/Effects/speech.rsi/meta.json | 24 ++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Effects/speech.rsi/diona3.png create mode 100644 Resources/Textures/Effects/speech.rsi/gingerbread3.png diff --git a/Resources/Prototypes/typing_indicator.yml b/Resources/Prototypes/typing_indicator.yml index 2b11123f3c..ed91152282 100644 --- a/Resources/Prototypes/typing_indicator.yml +++ b/Resources/Prototypes/typing_indicator.yml @@ -68,13 +68,13 @@ - 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 - type: typingIndicator diff --git a/Resources/Textures/Effects/speech.rsi/diona3.png b/Resources/Textures/Effects/speech.rsi/diona3.png new file mode 100644 index 0000000000000000000000000000000000000000..0b0e62e12d2112f5d073a41831b826a3076a6a47 GIT binary patch literal 729 zcmV;~0w(>5P)Px%lSxEDRCr$PTWw0iKoo580@51@g1`JzMzwfz2 z0V(N!13+f{?)GBMe)D>M`JA(o&jgh6za{aM7Kn7_U} z?^SaGAt~Wdx%a(a%D(`}jCdJftp%n0yA|;Mvs`1v+8QkYSpGKvBxZlVm$R;QfIa{7 zPEf-C&N-lO8)Pkh?Q_Vn{dcbFta2jD%lN$Q>ID`RzLrH#E21y~5xJ}w2+&ajo=B>MxbppoM{b%A!Zw)sy{bXf|S$XHvG z=nohhJmS5rDNwpU0Fls88}8yLvpO?0Xyo$(Afs8TK96K`j4ihUSoQfaK_lOpOn(3} zsUfyp{Q=DC?2up?&+hFHU^twbO|w5>Y5}9;(bpgv(P;LhfM|@N;E z9j_FCMl_l|DIgkS=y;_7G@{Y$NdeIqL&qxxpb?E`PYQ^}7&_h+*^zXjg#zxDu1q4e6eD;xHm^@oc`hT z*z31{#XUludltc_U+rhpNrZ!x&Fp8e><{U`l8y3FNO=$*LXRs zDIPd| za@A)CBn{5VE_Y`Iy}m3Hx_$Z8UjhsK9M;A^n-pTKwa7W=7TfK!8&|x0bMJ4%$8Awl z{yp?8s7_W{)!@#);^Q)}CEqSDF4%7<)Oi2m%fjkl)u7)i8AJPbT-#-M;MJ8ij};QG zrL2A3#IQPeb6;~qjv1zruXiaRYiQVe?8vvu zC+9C+Te9fb(yU%r-A@_!OztKgeKcE*t>pRD|Mm<_E_@$^Qlv!|PIsL)IboVgNU1}^ zsh>K#1SY6*hRO;oD6;F;V@dIJ3T0T;Klyzp<}o X!6c2Vyuesz@O1TaS?83{#J~UmSbhM0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/meta.json b/Resources/Textures/Effects/speech.rsi/meta.json index 0da8a9bcb1..c1922d84ff 100644 --- a/Resources/Textures/Effects/speech.rsi/meta.json +++ b/Resources/Textures/Effects/speech.rsi/meta.json @@ -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": [ -- 2.51.2