summaryrefslogtreecommitdiff
path: root/data/graphics/sprites/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/sprites/test.xml')
-rw-r--r--data/graphics/sprites/test.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/data/graphics/sprites/test.xml b/data/graphics/sprites/test.xml
deleted file mode 100644
index 7243254af..000000000
--- a/data/graphics/sprites/test.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" />
- </animation>
- </action>
-
- <action name="stand" imageset="base">
- <animation direction="default">
- <frame index="0" delay="10"/>
- <frame index="7" delay="20"/>
- <frame index="7" delay="10"/>
- <label name="test1"/>
- <frame index="5" delay="25"/>
- <goto label="test1" rand="0"/>
- <frame index="5" delay="10"/>
- <frame index="2" delay="10" rand="0"/>
- <frame index="6" delay="10"/>
- <goto label="test1" rand="100"/>
- </animation>
- </action>
- <action name="sit" imageset="base">
- <animation direction="default">
- <frame index="0" delay="85"/>
- <frame index="1" delay="10"/>
- </animation>
- </action>
-</sprite>