Mercurial > fife-parpg
view demos/rio_de_hola/objects/agents/tourist_male1/object.xml @ 575:872a7a94563e
- Updated the soundmanager extension to reflect changes made in last commit.
- Made actor walk speed part of the ActorAttributes class.
- The ActorAttributes class now gets serialized correctly.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 02 Jul 2010 14:41:27 +0000 |
parents | 64738befdf3b |
children |
line wrap: on
line source
<?fife type="object"?> <object id="tourist_male1" namespace="http://www.fifengine.de/xml/rio_de_hola" blocking="1" static="0"> <action id="bend_down"> <animation source="bend_down/000/animation.xml" direction="0" /> <animation source="bend_down/045/animation.xml" direction="45" /> <animation source="bend_down/090/animation.xml" direction="90" /> <animation source="bend_down/135/animation.xml" direction="135" /> <animation source="bend_down/180/animation.xml" direction="180" /> <animation source="bend_down/225/animation.xml" direction="225" /> <animation source="bend_down/270/animation.xml" direction="270" /> <animation source="bend_down/315/animation.xml" direction="315" /> </action> <action id="stand"> <animation source="stand/000/animation.xml" direction="0" /> <animation source="stand/045/animation.xml" direction="45" /> <animation source="stand/090/animation.xml" direction="90" /> <animation source="stand/135/animation.xml" direction="135" /> <animation source="stand/180/animation.xml" direction="180" /> <animation source="stand/225/animation.xml" direction="225" /> <animation source="stand/270/animation.xml" direction="270" /> <animation source="stand/315/animation.xml" direction="315" /> </action> <action id="talk"> <animation source="talk/000/animation.xml" direction="0" /> <animation source="talk/045/animation.xml" direction="45" /> <animation source="talk/090/animation.xml" direction="90" /> <animation source="talk/135/animation.xml" direction="135" /> <animation source="talk/180/animation.xml" direction="180" /> <animation source="talk/225/animation.xml" direction="225" /> <animation source="talk/270/animation.xml" direction="270" /> <animation source="talk/315/animation.xml" direction="315" /> </action> <action id="walk"> <animation source="walk/000/animation.xml" direction="0" /> <animation source="walk/045/animation.xml" direction="45" /> <animation source="walk/090/animation.xml" direction="90" /> <animation source="walk/135/animation.xml" direction="135" /> <animation source="walk/180/animation.xml" direction="180" /> <animation source="walk/225/animation.xml" direction="225" /> <animation source="walk/270/animation.xml" direction="270" /> <animation source="walk/315/animation.xml" direction="315" /> </action> </object>