tmw-clientdata/graphics/emotes/alien.xml
Thorbjørn Lindeijer c075b31405 Restore emotes for Mana client
This reverts part of the following commits:

* 8b687b477f
* a86e94c1a5
* 044cb648a5

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>
2024-02-20 01:40:30 +00:00

17 lines
599 B
XML

<?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/alien.png" width="30" height="32">
<frame index="0"/>
</animation>
<property name="follow-parent"/>
</emitter>
</particle>
</effect>