diff demos/rpg/objects/actors/player/warrior/object.xml @ 516:d70fc46c8aa5

Added some placeholder graphics for the warrior. The player can now walk around the map.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 25 May 2010 21:41:59 +0000
parents
children c3a026cdd91b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demos/rpg/objects/actors/player/warrior/object.xml	Tue May 25 21:41:59 2010 +0000
@@ -0,0 +1,6 @@
+<?fife type="object"?>
+<object id="warrior" namespace="http://www.fifengine.de/xml/rpg" blocking="1" static="1">
+	<action id="walk">
+		<animation source="walk/animation.xml" direction="45" />
+	</action>
+</object>