summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-08-10 21:33:09 -0600
committerJared Adams <jaxad0127@gmail.com>2009-08-10 21:33:09 -0600
commita02edfcb637cd4efce0c779ecf01a7777b1437a5 (patch)
treeb6dc9030bc242fefc46ced04bc182eea06d36967
parent525dd3d032ebf4409f173797ca517bf2387adbb2 (diff)
downloadclientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.gz
clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.bz2
clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.xz
clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.zip
Replace CRLFs with LFs
-rw-r--r--graphics/particles/wisp.particle.xml61
-rw-r--r--graphics/sprites/monster-wisp.xml152
-rw-r--r--graphics/sprites/weapon-staff.xml152
3 files changed, 183 insertions, 182 deletions
diff --git a/graphics/particles/wisp.particle.xml b/graphics/particles/wisp.particle.xml
index 4996b8c5..fd2f92c6 100644
--- a/graphics/particles/wisp.particle.xml
+++ b/graphics/particles/wisp.particle.xml
@@ -1,30 +1,31 @@
-<?xml version="1.0"?>
-
-<!--
-A circle on the ground 60 pixels in diameter made from particles.
--->
-
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "48"
- >
- <emitter>
- <property name="position-y" min="-16" max="16"/>
- <property name="position-y" min="-16" max="16"/>
- <property name="position-z" min="-16" max="16"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="vertical-angle" min="0" max="360"/>
- <property name="power" min="0.4" max="2"/>
- <property name="lifetime" value="160"/>
- <property name="fade-out" value="40" />
- <property name="fade-in" value="40" />
- <property name="output" min="-20" max="1"/>
- <property name="acceleration" value="0.1" />
- <property name="alpha" value="0.5" />
- <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" />
- <property name="follow-parent" />
- </emitter>
- </particle>
-</effect> \ No newline at end of file
+<?xml version="1.0"?>
+
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "48"
+ >
+ <emitter>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="power" min="0.4" max="2"/>
+ <property name="lifetime" value="160"/>
+ <property name="fade-out" value="40" />
+ <property name="fade-in" value="40" />
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1" />
+ <property name="alpha" value="0.5" />
+ <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" />
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect>
+
diff --git a/graphics/sprites/monster-wisp.xml b/graphics/sprites/monster-wisp.xml
index 134d1a4d..9dc5f9a2 100644
--- a/graphics/sprites/monster-wisp.xml
+++ b/graphics/sprites/monster-wisp.xml
@@ -1,77 +1,77 @@
-<?xml version="1.0"?>
-<sprite>
-
- <imageset name="base" src="graphics/sprites/monster-wisp.png|W" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="default">
- <frame index="2" delay="100"/>
- <frame index="1" delay="100"/>
- <frame index="0" delay="100"/>
- <frame index="1" delay="100"/>
- <frame index="2" delay="100"/>
- <frame index="3" delay="100"/>
- <frame index="4" delay="100"/>
- <frame index="3" delay="100"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <sequence start="5" end="8" delay="150"/>
- <frame index="9" delay="0"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" delay="50" offsetY="4"/>
- <frame index="1" delay="50" offsetY="8"/>
- <frame index="2" delay="50" offsetY="16"/>
- <frame index="3" delay="50" offsetY="32"/>
- <frame index="4" delay="50" offsetY="64"/>
- <frame index="3" delay="50" offsetY="32"/>
- <frame index="2" delay="50" offsetY="16"/>
- <frame index="1" delay="50" offsetY="8"/>
- <frame index="0" delay="0" offsetY="4"/>
- </animation>
-
- <animation direction="right">
- <frame index="0" delay="50" offsetX="4"/>
- <frame index="1" delay="50" offsetX="8"/>
- <frame index="2" delay="50" offsetX="16"/>
- <frame index="3" delay="50" offsetX="32"/>
- <frame index="4" delay="50" offsetX="64"/>
- <frame index="3" delay="50" offsetX="32"/>
- <frame index="2" delay="50" offsetX="16"/>
- <frame index="1" delay="50" offsetX="8"/>
- <frame index="0" delay="0" offsetX="4"/>
- </animation>
-
-
- <animation direction="up">
- <frame index="0" delay="50" offsetY="0"/>
- <frame index="1" delay="50" offsetY="-4"/>
- <frame index="2" delay="50" offsetY="-8"/>
- <frame index="3" delay="50" offsetY="-16"/>
- <frame index="4" delay="50" offsetY="-32"/>
- <frame index="3" delay="50" offsetY="-16"/>
- <frame index="2" delay="50" offsetY="-8"/>
- <frame index="1" delay="50" offsetY="-4"/>
- <frame index="0" delay="0" offsetY="0"/>
- </animation>
-
- <animation direction="left">
- <frame index="0" delay="50" offsetX="0"/>
- <frame index="1" delay="50" offsetX="-4"/>
- <frame index="2" delay="50" offsetX="-8"/>
- <frame index="3" delay="50" offsetX="-16"/>
- <frame index="4" delay="50" offsetX="-32"/>
- <frame index="3" delay="50" offsetX="-16"/>
- <frame index="2" delay="50" offsetX="-8"/>
- <frame index="1" delay="50" offsetX="-4"/>
- <frame index="0" delay="0" offsetX="0"/>
- </animation>
- </action>
-
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster-wisp.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="2" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="0" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="100"/>
+ <frame index="3" delay="100"/>
+ <frame index="4" delay="100"/>
+ <frame index="3" delay="100"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <sequence start="5" end="8" delay="150"/>
+ <frame index="9" delay="0"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" delay="50" offsetY="4"/>
+ <frame index="1" delay="50" offsetY="8"/>
+ <frame index="2" delay="50" offsetY="16"/>
+ <frame index="3" delay="50" offsetY="32"/>
+ <frame index="4" delay="50" offsetY="64"/>
+ <frame index="3" delay="50" offsetY="32"/>
+ <frame index="2" delay="50" offsetY="16"/>
+ <frame index="1" delay="50" offsetY="8"/>
+ <frame index="0" delay="0" offsetY="4"/>
+ </animation>
+
+ <animation direction="right">
+ <frame index="0" delay="50" offsetX="4"/>
+ <frame index="1" delay="50" offsetX="8"/>
+ <frame index="2" delay="50" offsetX="16"/>
+ <frame index="3" delay="50" offsetX="32"/>
+ <frame index="4" delay="50" offsetX="64"/>
+ <frame index="3" delay="50" offsetX="32"/>
+ <frame index="2" delay="50" offsetX="16"/>
+ <frame index="1" delay="50" offsetX="8"/>
+ <frame index="0" delay="0" offsetX="4"/>
+ </animation>
+
+
+ <animation direction="up">
+ <frame index="0" delay="50" offsetY="0"/>
+ <frame index="1" delay="50" offsetY="-4"/>
+ <frame index="2" delay="50" offsetY="-8"/>
+ <frame index="3" delay="50" offsetY="-16"/>
+ <frame index="4" delay="50" offsetY="-32"/>
+ <frame index="3" delay="50" offsetY="-16"/>
+ <frame index="2" delay="50" offsetY="-8"/>
+ <frame index="1" delay="50" offsetY="-4"/>
+ <frame index="0" delay="0" offsetY="0"/>
+ </animation>
+
+ <animation direction="left">
+ <frame index="0" delay="50" offsetX="0"/>
+ <frame index="1" delay="50" offsetX="-4"/>
+ <frame index="2" delay="50" offsetX="-8"/>
+ <frame index="3" delay="50" offsetX="-16"/>
+ <frame index="4" delay="50" offsetX="-32"/>
+ <frame index="3" delay="50" offsetX="-16"/>
+ <frame index="2" delay="50" offsetX="-8"/>
+ <frame index="1" delay="50" offsetX="-4"/>
+ <frame index="0" delay="0" offsetX="0"/>
+ </animation>
+ </action>
+
</sprite> \ No newline at end of file
diff --git a/graphics/sprites/weapon-staff.xml b/graphics/sprites/weapon-staff.xml
index ab46fae0..d78dc7d8 100644
--- a/graphics/sprites/weapon-staff.xml
+++ b/graphics/sprites/weapon-staff.xml
@@ -5,83 +5,83 @@
<action name="default" imageset="staff">
</action>
- <action name="stand" imageset="staff">
- <animation direction="down">
- <frame index="0" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="16" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="32" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="48" offsetX ="0" offsetY ="32" />
- </animation>
- </action>
-
- <action name="walk" imageset="staff">
- <animation direction="down">
- <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="staff">
- <animation direction="down">
- <frame index="7" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="23" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="39" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="55" offsetX ="0" offsetY ="32" />
- </animation>
+ <action name="stand" imageset="staff">
+ <animation direction="down">
+ <frame index="0" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="16" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="32" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="48" offsetX ="0" offsetY ="32" />
+ </animation>
</action>
-
- <action name="dead" imageset="staff">
- <animation direction="down">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- </action>
-
- <action name="attack" imageset="staff">
- <animation direction="down">
- <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
+
+ <action name="walk" imageset="staff">
+ <animation direction="down">
+ <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="staff">
+ <animation direction="down">
+ <frame index="7" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="23" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="39" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="55" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="staff">
+ <animation direction="down">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="staff">
+ <animation direction="down">
+ <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
</action>
</sprite>