summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Cotton <steve@s.cotton.clara.co.uk>2009-02-09 10:13:24 +0000
committerSteve Cotton <steve@s.cotton.clara.co.uk>2009-06-16 00:10:34 +0100
commit03839f8a87159208df254bbe9d68e73ac591ad3d (patch)
treef4ee20cd8d42e650c2a308e10151a0316882ee5a
parented9a078292f79571b3de6e365fd767cbc60970bf (diff)
downloadart-03839f8a87159208df254bbe9d68e73ac591ad3d.tar.gz
art-03839f8a87159208df254bbe9d68e73ac591ad3d.tar.bz2
art-03839f8a87159208df254bbe9d68e73ac591ad3d.tar.xz
art-03839f8a87159208df254bbe9d68e73ac591ad3d.zip
Melee weapon template (aide for weapon sprites)
By Crush
-rw-r--r--Crush/weapon-128px.xml27
-rw-r--r--Crush/weapontemplate_128px.xcfbin0 -> 229171 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/Crush/weapon-128px.xml b/Crush/weapon-128px.xml
new file mode 100644
index 0000000..93036a0
--- /dev/null
+++ b/Crush/weapon-128px.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+ <imageset name="dagger" src="graphics/sprites/weapon0.png" width="128" height="128" />
+
+ <action name="default" imageset="dagger">
+ </action>
+
+ <action name="attack_stab" imageset="dagger">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="75" offsetY="32"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="4" end="7" delay="75" offsetY="32" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="8" end="11" delay="75" offsetY="32" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="12" end="15" delay="75" offsetY="32" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/Crush/weapontemplate_128px.xcf b/Crush/weapontemplate_128px.xcf
new file mode 100644
index 0000000..0d28367
--- /dev/null
+++ b/Crush/weapontemplate_128px.xcf
Binary files differ