diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-20 01:40:30 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-02-20 01:40:30 +0000 |
commit | c075b31405b2e38e856768ea32f4a424d8dfc0bb (patch) | |
tree | 235c5593fb5b3b7211cc1d3df321475e03c9b3c9 /graphics/emotes/cheerful.xml | |
parent | 0936159e215a8bd56626b3623a5de7d17471f3b4 (diff) | |
download | clientdata-c075b31405b2e38e856768ea32f4a424d8dfc0bb.tar.gz clientdata-c075b31405b2e38e856768ea32f4a424d8dfc0bb.tar.bz2 clientdata-c075b31405b2e38e856768ea32f4a424d8dfc0bb.tar.xz clientdata-c075b31405b2e38e856768ea32f4a424d8dfc0bb.zip |
Restore emotes for Mana client
This reverts part of the following commits:
* 8b687b477f2ab5b683bb98bd3446e7b8af359913
* a86e94c1a54e173fb1cdca88b0b0da20a187d71a
* 044cb648a54266ef5c104b0504f9983f6bd55798
It does not appear to be enough yet, though. Need to debug why emotes are still not showing.
This also adds back the `settings.xml` file, so Mana client can drop its "compatibility fallback".
****
Co-authored-by: Jesusaves <jesusalva@themanaworld.org>
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
Diffstat (limited to 'graphics/emotes/cheerful.xml')
-rw-r--r-- | graphics/emotes/cheerful.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/emotes/cheerful.xml b/graphics/emotes/cheerful.xml new file mode 100644 index 00000000..4bbaf847 --- /dev/null +++ b/graphics/emotes/cheerful.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="105" lifetime="5"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="0"/> + <property name="position-z" value="-32"/> + <property name="lifetime" value="150"/> + <property name="fade-out" value="80"/> + <property name="gravity" value="-0.005"/> + <animation imageset="graphics/emotes/cheerful.png" width="30" height="32"> + <frame index="0"/> + </animation> + <property name="follow-parent"/> + </emitter> + </particle> +</effect> |