diff options
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"> |