diff options
-rw-r--r-- | Crush/weapon-128px.xml | 27 | ||||
-rw-r--r-- | Crush/weapontemplate_128px.xcf | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..0d28367 --- /dev/null +++ b/Crush/weapontemplate_128px.xcf |