diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-03 02:17:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-03 02:17:40 +0300 |
commit | d7cbb663f5f8e19ccfa7162ef7d1d4e3b4020335 (patch) | |
tree | fa5208d3ddb0b56ab4dd026b4e6703c17b80e84a /data | |
parent | 423b55510aaf672663b68c8ecff1c3807b1671de (diff) | |
download | plus-d7cbb663f5f8e19ccfa7162ef7d1d4e3b4020335.tar.gz plus-d7cbb663f5f8e19ccfa7162ef7d1d4e3b4020335.tar.bz2 plus-d7cbb663f5f8e19ccfa7162ef7d1d4e3b4020335.tar.xz plus-d7cbb663f5f8e19ccfa7162ef7d1d4e3b4020335.zip |
Add special attributes to emotes.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/sprites/manaplus_emotes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/graphics/sprites/manaplus_emotes.xml b/data/graphics/sprites/manaplus_emotes.xml index aad1b48b7..240b2d4b8 100644 --- a/data/graphics/sprites/manaplus_emotes.xml +++ b/data/graphics/sprites/manaplus_emotes.xml @@ -1,4 +1,9 @@ <emotes> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//emote/sprite/@name" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <emote id="100"><sprite name="Kitty" variant="0">manaplus_emote.xml</sprite></emote> <emote id="101"><sprite name="xD" variant="1">manaplus_emote.xml</sprite></emote> <emote id="102"><sprite name="^.^" variant="2">manaplus_emote.xml</sprite></emote> |