comparison 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
comparison
equal deleted inserted replaced
515:520bd1621644 516:d70fc46c8aa5
1 <?fife type="object"?>
2 <object id="warrior" namespace="http://www.fifengine.de/xml/rpg" blocking="1" static="1">
3 <action id="walk">
4 <animation source="walk/animation.xml" direction="45" />
5 </action>
6 </object>