Mercurial > fife-parpg
comparison demos/rio_de_hola/objects/agents/chemist/object.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 <?fife type="object"?> | |
2 <object id="chemist" namespace="http://www.fifengine.de/xml/rio_de_hola" blocking="1" static="0"> | |
3 <action id="experiment"> | |
4 <animation source="experiment/000/animation.xml" direction="0" /> | |
5 <animation source="experiment/045/animation.xml" direction="45" /> | |
6 <animation source="experiment/090/animation.xml" direction="90" /> | |
7 <animation source="experiment/135/animation.xml" direction="135" /> | |
8 <animation source="experiment/180/animation.xml" direction="180" /> | |
9 <animation source="experiment/225/animation.xml" direction="225" /> | |
10 <animation source="experiment/270/animation.xml" direction="270" /> | |
11 <animation source="experiment/315/animation.xml" direction="315" /> | |
12 </action> | |
13 <action id="read"> | |
14 <animation source="read/000/animation.xml" direction="0" /> | |
15 <animation source="read/045/animation.xml" direction="45" /> | |
16 <animation source="read/090/animation.xml" direction="90" /> | |
17 <animation source="read/135/animation.xml" direction="135" /> | |
18 <animation source="read/180/animation.xml" direction="180" /> | |
19 <animation source="read/225/animation.xml" direction="225" /> | |
20 <animation source="read/270/animation.xml" direction="270" /> | |
21 <animation source="read/315/animation.xml" direction="315" /> | |
22 </action> | |
23 <action id="repair"> | |
24 <animation source="repair/000/animation.xml" direction="0" /> | |
25 <animation source="repair/045/animation.xml" direction="45" /> | |
26 <animation source="repair/090/animation.xml" direction="90" /> | |
27 <animation source="repair/135/animation.xml" direction="135" /> | |
28 <animation source="repair/180/animation.xml" direction="180" /> | |
29 <animation source="repair/225/animation.xml" direction="225" /> | |
30 <animation source="repair/270/animation.xml" direction="270" /> | |
31 <animation source="repair/315/animation.xml" direction="315" /> | |
32 </action> | |
33 <action id="stand"> | |
34 <animation source="stand/000/animation.xml" direction="0" /> | |
35 <animation source="stand/045/animation.xml" direction="45" /> | |
36 <animation source="stand/090/animation.xml" direction="90" /> | |
37 <animation source="stand/135/animation.xml" direction="135" /> | |
38 <animation source="stand/180/animation.xml" direction="180" /> | |
39 <animation source="stand/225/animation.xml" direction="225" /> | |
40 <animation source="stand/270/animation.xml" direction="270" /> | |
41 <animation source="stand/315/animation.xml" direction="315" /> | |
42 </action> | |
43 <action id="talk"> | |
44 <animation source="talk/000/animation.xml" direction="0" /> | |
45 <animation source="talk/045/animation.xml" direction="45" /> | |
46 <animation source="talk/090/animation.xml" direction="90" /> | |
47 <animation source="talk/135/animation.xml" direction="135" /> | |
48 <animation source="talk/180/animation.xml" direction="180" /> | |
49 <animation source="talk/225/animation.xml" direction="225" /> | |
50 <animation source="talk/270/animation.xml" direction="270" /> | |
51 <animation source="talk/315/animation.xml" direction="315" /> | |
52 </action> | |
53 <action id="walk"> | |
54 <animation source="walk/000/animation.xml" direction="0" /> | |
55 <animation source="walk/045/animation.xml" direction="45" /> | |
56 <animation source="walk/090/animation.xml" direction="90" /> | |
57 <animation source="walk/135/animation.xml" direction="135" /> | |
58 <animation source="walk/180/animation.xml" direction="180" /> | |
59 <animation source="walk/225/animation.xml" direction="225" /> | |
60 <animation source="walk/270/animation.xml" direction="270" /> | |
61 <animation source="walk/315/animation.xml" direction="315" /> | |
62 </action> | |
63 </object> |