diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-11 21:50:19 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-11 21:50:19 +0100 |
commit | ec508be32e4530fe8d7defaabd84047b7583af69 (patch) | |
tree | ec2fe2b811ab2bd428c9f144a328f16a9a019e55 | |
parent | 469630b9425657e4495f3c6c87ac6a1892bc4a17 (diff) | |
download | clientdata-ec508be32e4530fe8d7defaabd84047b7583af69.tar.gz clientdata-ec508be32e4530fe8d7defaabd84047b7583af69.tar.bz2 clientdata-ec508be32e4530fe8d7defaabd84047b7583af69.tar.xz clientdata-ec508be32e4530fe8d7defaabd84047b7583af69.zip |
Converted CRLF newlines to LF
-rw-r--r-- | graphics/sprites/feet-boots-female.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/feet-boots-male.xml | 208 | ||||
-rw-r--r-- | graphics/sprites/icon-feather.xml | 20 | ||||
-rw-r--r-- | graphics/sprites/icon-green-barrier.xml | 24 | ||||
-rw-r--r-- | graphics/sprites/icon-hidden.xml | 20 | ||||
-rw-r--r-- | graphics/sprites/icon-red-rotating-hex.xml | 34 |
6 files changed, 161 insertions, 161 deletions
diff --git a/graphics/sprites/feet-boots-female.xml b/graphics/sprites/feet-boots-female.xml index c44a64a9..af5977c6 100644 --- a/graphics/sprites/feet-boots-female.xml +++ b/graphics/sprites/feet-boots-female.xml @@ -1,8 +1,8 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/feet-boots-female.png|W" width="64" height="64" />
-
- <include file="feet-boots-male.xml"/>
-
-</sprite>
+<?xml version="1.0"?> +<sprite name="player" action="stand"> + + <imageset name="base" src="graphics/sprites/feet-boots-female.png|W" width="64" height="64" /> + + <include file="feet-boots-male.xml"/> + +</sprite> diff --git a/graphics/sprites/feet-boots-male.xml b/graphics/sprites/feet-boots-male.xml index ce801fe1..3e9f637b 100644 --- a/graphics/sprites/feet-boots-male.xml +++ b/graphics/sprites/feet-boots-male.xml @@ -1,104 +1,104 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/feet-boots-male.png|W" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- <end />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite name="player" action="stand"> + + <imageset name="base" src="graphics/sprites/feet-boots-male.png|W" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="18" /> + </animation> + <animation direction="up"> + <frame index="36" /> + </animation> + <animation direction="right"> + <frame index="54" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="19" end="24" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="37" end="42" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="55" end="60" delay="75" /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="7" /> + </animation> + <animation direction="left"> + <frame index="25" /> + </animation> + <animation direction="up"> + <frame index="43" /> + </animation> + <animation direction="right"> + <frame index="61" /> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8" /> + </animation> + <animation direction="left"> + <frame index="26" /> + </animation> + <animation direction="up"> + <frame index="44" /> + </animation> + <animation direction="right"> + <frame index="62" /> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="9" end="12" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="27" end="30" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="45" end="48" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="63" end="66" delay="75" /> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="31" end="35" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="49" end="53" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="67" end="71" delay="75" /> + <end /> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/icon-feather.xml b/graphics/sprites/icon-feather.xml index 0346a031..f8adee6c 100644 --- a/graphics/sprites/icon-feather.xml +++ b/graphics/sprites/icon-feather.xml @@ -1,10 +1,10 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/icon-feather.png" width="24" height="24" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-12" delay="100"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-feather.png" width="24" height="24" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/icon-green-barrier.xml b/graphics/sprites/icon-green-barrier.xml index 4613c612..3b001904 100644 --- a/graphics/sprites/icon-green-barrier.xml +++ b/graphics/sprites/icon-green-barrier.xml @@ -1,12 +1,12 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/icon-green-barrier.png" width="16" height="24" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-10" delay="100"/>
- <frame index="1" offsetY="-10" delay="100"/>
- <frame index="2" offsetY="-10" delay="100"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-green-barrier.png" width="16" height="24" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-10" delay="100"/> + <frame index="1" offsetY="-10" delay="100"/> + <frame index="2" offsetY="-10" delay="100"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/icon-hidden.xml b/graphics/sprites/icon-hidden.xml index 5bd03204..0987c06c 100644 --- a/graphics/sprites/icon-hidden.xml +++ b/graphics/sprites/icon-hidden.xml @@ -1,10 +1,10 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/icon-hidden.png" width="24" height="24" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-12" delay="100"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-hidden.png" width="24" height="24" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/icon-red-rotating-hex.xml b/graphics/sprites/icon-red-rotating-hex.xml index 15fd7354..f50e16ae 100644 --- a/graphics/sprites/icon-red-rotating-hex.xml +++ b/graphics/sprites/icon-red-rotating-hex.xml @@ -1,17 +1,17 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-10" delay="200"/>
- <frame index="1" offsetY="-10" delay="200"/>
- <frame index="2" offsetY="-10" delay="200"/>
- <frame index="3" offsetY="-10" delay="200"/>
- <frame index="4" offsetY="-10" delay="200"/>
- <frame index="5" offsetY="-10" delay="200"/>
- <frame index="6" offsetY="-10" delay="200"/>
- <frame index="7" offsetY="-10" delay="200"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-10" delay="200"/> + <frame index="1" offsetY="-10" delay="200"/> + <frame index="2" offsetY="-10" delay="200"/> + <frame index="3" offsetY="-10" delay="200"/> + <frame index="4" offsetY="-10" delay="200"/> + <frame index="5" offsetY="-10" delay="200"/> + <frame index="6" offsetY="-10" delay="200"/> + <frame index="7" offsetY="-10" delay="200"/> + </animation> + </action> +</sprite> |