summaryrefslogtreecommitdiffstats
path: root/example/graphics/sprites/weapons/weapon-fist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/graphics/sprites/weapons/weapon-fist.xml')
-rw-r--r--example/graphics/sprites/weapons/weapon-fist.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/graphics/sprites/weapons/weapon-fist.xml b/example/graphics/sprites/weapons/weapon-fist.xml
new file mode 100644
index 0000000..324dfd5
--- /dev/null
+++ b/example/graphics/sprites/weapons/weapon-fist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+ <imageset name="dagger" src="graphics/sprites/weapon-sword.png" width="64" height="64" />
+
+ <action name="default" imageset="dagger">
+ </action>
+</sprite> \ No newline at end of file