diff options
author | Led Mitz <smoothshifter@tuta.io> | 2024-02-20 01:40:30 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-02-20 01:40:30 +0000 |
commit | cedaa2f6a0caf482a59d0272c9753ada22447900 (patch) | |
tree | 235c5593fb5b3b7211cc1d3df321475e03c9b3c9 /graphics/emotes/rest.xml | |
parent | 0936159e215a8bd56626b3623a5de7d17471f3b4 (diff) | |
parent | c075b31405b2e38e856768ea32f4a424d8dfc0bb (diff) | |
download | clientdata-cedaa2f6a0caf482a59d0272c9753ada22447900.tar.gz clientdata-cedaa2f6a0caf482a59d0272c9753ada22447900.tar.bz2 clientdata-cedaa2f6a0caf482a59d0272c9753ada22447900.tar.xz clientdata-cedaa2f6a0caf482a59d0272c9753ada22447900.zip |
Merge branch 'emote-restoration-project' into 'master'
Restore emotes for Mana client
See merge request legacy/clientdata!579
Diffstat (limited to 'graphics/emotes/rest.xml')
-rw-r--r-- | graphics/emotes/rest.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/emotes/rest.xml b/graphics/emotes/rest.xml new file mode 100644 index 00000000..6198c87b --- /dev/null +++ b/graphics/emotes/rest.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/rest.png" width="30" height="32"> + <frame index="0"/> + </animation> + <property name="follow-parent"/> + </emitter> + </particle> +</effect> |