diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-05-30 21:17:56 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-05-30 21:17:56 -0300 |
commit | 7741f3f564baede98efe5068286e67562a75bb60 (patch) | |
tree | bd4326b8983659ba4ea68b755eab9b0d1867be86 /graphics | |
parent | a47742aac4d173eac51ee9380762cf6a65bd9e7f (diff) | |
download | clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.gz clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.bz2 clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.xz clientdata-7741f3f564baede98efe5068286e67562a75bb60.zip |
Small errors fixed thanks to the report generated by the testxml tool, by 4144: https://gitorious.org/evol/evol-tools/blobs/master/testxml/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/magic.hit.evil.xml | 2 | ||||
-rw-r--r-- | graphics/particles/magic.hit.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/nivalis_npc.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/magic.hit.evil.xml b/graphics/particles/magic.hit.evil.xml index c0b5df22..9560df98 100644 --- a/graphics/particles/magic.hit.evil.xml +++ b/graphics/particles/magic.hit.evil.xml @@ -41,7 +41,7 @@ <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="4"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png#W:#000000"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#000000"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="60" max="80"/> <property name="fade-out" value="20"/> diff --git a/graphics/particles/magic.hit.xml b/graphics/particles/magic.hit.xml index 427e4163..96170247 100644 --- a/graphics/particles/magic.hit.xml +++ b/graphics/particles/magic.hit.xml @@ -41,7 +41,7 @@ <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="3"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png#W:#000000"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#000000"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="40" max="60"/> <property name="fade-out" value="20"/> diff --git a/graphics/sprites/npcs/nivalis_npc.xml b/graphics/sprites/npcs/nivalis_npc.xml index 79b76301..54129cab 100644 --- a/graphics/sprites/npcs/nivalis_npc.xml +++ b/graphics/sprites/npcs/nivalis_npc.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite variants="6" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/nivalis_npcs.png" width="50" height="80" /> + <imageset name="base" src="graphics/sprites/npcs/nivalis_npc.png" width="50" height="80" /> <action name="stand" imageset="base"> <animation direction="default"> |