summaryrefslogtreecommitdiff
path: root/data/graphics
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-18 00:31:12 -0300
commitd36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch)
treed4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /data/graphics
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-jesusalva/renameprog.tar.gz
mv-jesusalva/renameprog.tar.bz2
mv-jesusalva/renameprog.tar.xz
mv-jesusalva/renameprog.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'data/graphics')
-rw-r--r--data/graphics/sprites/CMakeLists.txt6
-rw-r--r--data/graphics/sprites/Makefile.am6
-rw-r--r--data/graphics/sprites/manaplus_emotes.xml36
-rw-r--r--data/graphics/sprites/manaverse_emote.xml (renamed from data/graphics/sprites/manaplus_emote.xml)2
-rw-r--r--data/graphics/sprites/manaverse_emotes.xml36
-rw-r--r--data/graphics/sprites/manaverse_emotions.png (renamed from data/graphics/sprites/manaplus_emotions.png)bin38357 -> 38357 bytes
-rw-r--r--data/graphics/sprites/test.xml2
7 files changed, 44 insertions, 44 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt
index bc5d7d70c..4fb08d5cb 100644
--- a/data/graphics/sprites/CMakeLists.txt
+++ b/data/graphics/sprites/CMakeLists.txt
@@ -6,9 +6,9 @@ SET(FILES
chatemotes.png
error.png
error.xml
- manaplus_emotions.png
- manaplus_emote.xml
- manaplus_emotes.xml
+ manaverse_emotions.png
+ manaverse_emote.xml
+ manaverse_emotes.xml
test.xml
)
diff --git a/data/graphics/sprites/Makefile.am b/data/graphics/sprites/Makefile.am
index 8001e7016..3c3ad7887 100644
--- a/data/graphics/sprites/Makefile.am
+++ b/data/graphics/sprites/Makefile.am
@@ -8,9 +8,9 @@ sprites_DATA = \
chatemotes.png \
error.png \
error.xml \
- manaplus_emotions.png\
- manaplus_emote.xml \
- manaplus_emotes.xml \
+ manaverse_emotions.png\
+ manaverse_emote.xml \
+ manaverse_emotes.xml \
test.xml
EXTRA_DIST = \
diff --git a/data/graphics/sprites/manaplus_emotes.xml b/data/graphics/sprites/manaplus_emotes.xml
deleted file mode 100644
index 8daf57630..000000000
--- a/data/graphics/sprites/manaplus_emotes.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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>
- <emote id="103"><sprite name="Heart eye" variant="3">manaplus_emote.xml</sprite></emote>
- <emote id="104"><sprite name="Gold eye" variant="4">manaplus_emote.xml</sprite></emote>
- <emote id="105"><sprite name="Sleepy" variant="5">manaplus_emote.xml</sprite></emote>
- <emote id="106"><sprite name="u.u" variant="6">manaplus_emote.xml</sprite></emote>
- <emote id="107"><sprite name="-.-'" variant="7">manaplus_emote.xml</sprite></emote>
- <emote id="108"><sprite name="Surprised" variant="8">manaplus_emote.xml</sprite></emote>
- <emote id="109"><sprite name="Dead" variant="9">manaplus_emote.xml</sprite></emote>
- <emote id="110"><sprite name="Look away" variant="10">manaplus_emote.xml</sprite></emote>
- <emote id="111"><sprite name="Sad" variant="11">manaplus_emote.xml</sprite></emote>
- <emote id="112"><sprite name="Palmhead" variant="12">manaplus_emote.xml</sprite></emote>
- <emote id="113"><sprite name="Evil" variant="13">manaplus_emote.xml</sprite></emote>
- <emote id="114"><sprite name="Angry" variant="14">manaplus_emote.xml</sprite></emote>
- <emote id="115"><sprite name="Purple Sad" variant="15">manaplus_emote.xml</sprite></emote>
- <emote id="116"><sprite name="Insult Buble" variant="16">manaplus_emote.xml</sprite></emote>
- <emote id="117"><sprite name="Heart" variant="17">manaplus_emote.xml</sprite></emote>
- <emote id="118"><sprite name="Emote" variant="18">manaplus_emote.xml</sprite></emote>
- <emote id="119"><sprite name="Pumpkin" variant="19">manaplus_emote.xml</sprite></emote>
- <emote id="120"><sprite name="Evil" variant="20">manaplus_emote.xml</sprite></emote>
- <emote id="121"><sprite name="Epic" variant="21">manaplus_emote.xml</sprite></emote>
- <emote id="122"><sprite name="Bad geek" variant="22">manaplus_emote.xml</sprite></emote>
- <emote id="123"><sprite name="Mimi" variant="23">manaplus_emote.xml</sprite></emote>
- <emote id="124"><sprite name="Alien" variant="24">manaplus_emote.xml</sprite></emote>
- <emote id="125"><sprite name="Troll" variant="25">manaplus_emote.xml</sprite></emote>
- <emote id="126"><sprite name="Metal" variant="26">manaplus_emote.xml</sprite></emote>
- <emote id="127"><sprite name="Crying" variant="27">manaplus_emote.xml</sprite></emote>
-</emotes>
diff --git a/data/graphics/sprites/manaplus_emote.xml b/data/graphics/sprites/manaverse_emote.xml
index 7c5c48046..857436201 100644
--- a/data/graphics/sprites/manaplus_emote.xml
+++ b/data/graphics/sprites/manaverse_emote.xml
@@ -2,7 +2,7 @@
<!-- Author : Reid, 4144
Copyright (C) 2011-2012 Manaplus -->
<sprite variants="28" variant_offset="1">
- <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" />
+ <imageset name="base" src="graphics/sprites/manaverse_emotions.png" width="30" height="32" />
<action name="stand" imageset="base">
<animation direction="default">
diff --git a/data/graphics/sprites/manaverse_emotes.xml b/data/graphics/sprites/manaverse_emotes.xml
new file mode 100644
index 000000000..e951379d5
--- /dev/null
+++ b/data/graphics/sprites/manaverse_emotes.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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">manaverse_emote.xml</sprite></emote>
+ <emote id="101"><sprite name="xD" variant="1">manaverse_emote.xml</sprite></emote>
+ <emote id="102"><sprite name="^.^" variant="2">manaverse_emote.xml</sprite></emote>
+ <emote id="103"><sprite name="Heart eye" variant="3">manaverse_emote.xml</sprite></emote>
+ <emote id="104"><sprite name="Gold eye" variant="4">manaverse_emote.xml</sprite></emote>
+ <emote id="105"><sprite name="Sleepy" variant="5">manaverse_emote.xml</sprite></emote>
+ <emote id="106"><sprite name="u.u" variant="6">manaverse_emote.xml</sprite></emote>
+ <emote id="107"><sprite name="-.-'" variant="7">manaverse_emote.xml</sprite></emote>
+ <emote id="108"><sprite name="Surprised" variant="8">manaverse_emote.xml</sprite></emote>
+ <emote id="109"><sprite name="Dead" variant="9">manaverse_emote.xml</sprite></emote>
+ <emote id="110"><sprite name="Look away" variant="10">manaverse_emote.xml</sprite></emote>
+ <emote id="111"><sprite name="Sad" variant="11">manaverse_emote.xml</sprite></emote>
+ <emote id="112"><sprite name="Palmhead" variant="12">manaverse_emote.xml</sprite></emote>
+ <emote id="113"><sprite name="Evil" variant="13">manaverse_emote.xml</sprite></emote>
+ <emote id="114"><sprite name="Angry" variant="14">manaverse_emote.xml</sprite></emote>
+ <emote id="115"><sprite name="Purple Sad" variant="15">manaverse_emote.xml</sprite></emote>
+ <emote id="116"><sprite name="Insult Buble" variant="16">manaverse_emote.xml</sprite></emote>
+ <emote id="117"><sprite name="Heart" variant="17">manaverse_emote.xml</sprite></emote>
+ <emote id="118"><sprite name="Emote" variant="18">manaverse_emote.xml</sprite></emote>
+ <emote id="119"><sprite name="Pumpkin" variant="19">manaverse_emote.xml</sprite></emote>
+ <emote id="120"><sprite name="Evil" variant="20">manaverse_emote.xml</sprite></emote>
+ <emote id="121"><sprite name="Epic" variant="21">manaverse_emote.xml</sprite></emote>
+ <emote id="122"><sprite name="Bad geek" variant="22">manaverse_emote.xml</sprite></emote>
+ <emote id="123"><sprite name="Mimi" variant="23">manaverse_emote.xml</sprite></emote>
+ <emote id="124"><sprite name="Alien" variant="24">manaverse_emote.xml</sprite></emote>
+ <emote id="125"><sprite name="Troll" variant="25">manaverse_emote.xml</sprite></emote>
+ <emote id="126"><sprite name="Metal" variant="26">manaverse_emote.xml</sprite></emote>
+ <emote id="127"><sprite name="Crying" variant="27">manaverse_emote.xml</sprite></emote>
+</emotes>
diff --git a/data/graphics/sprites/manaplus_emotions.png b/data/graphics/sprites/manaverse_emotions.png
index c93262ba4..c93262ba4 100644
--- a/data/graphics/sprites/manaplus_emotions.png
+++ b/data/graphics/sprites/manaverse_emotions.png
Binary files differ
diff --git a/data/graphics/sprites/test.xml b/data/graphics/sprites/test.xml
index 7243254af..54944216e 100644
--- a/data/graphics/sprites/test.xml
+++ b/data/graphics/sprites/test.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<sprite>
- <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" />
+ <imageset name="base" src="graphics/sprites/manaverse_emotions.png" width="30" height="32" />
<action name="default" imageset="base">
<animation direction="default">