Mercurial > fife-parpg
comparison demos/rio_de_hola/objects/agents/bee/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="bee" namespace="http://www.fifengine.de/xml/rio_de_hola" blocking="1" static="0"> | |
3 <action id="attack"> | |
4 <animation source="attack/000/animation.xml" direction="0" /> | |
5 <animation source="attack/045/animation.xml" direction="45" /> | |
6 <animation source="attack/090/animation.xml" direction="90" /> | |
7 <animation source="attack/135/animation.xml" direction="135" /> | |
8 <animation source="attack/180/animation.xml" direction="180" /> | |
9 <animation source="attack/225/animation.xml" direction="225" /> | |
10 <animation source="attack/270/animation.xml" direction="270" /> | |
11 <animation source="attack/315/animation.xml" direction="315" /> | |
12 </action> | |
13 <action id="fall"> | |
14 <animation source="fall/000/animation.xml" direction="0" /> | |
15 <animation source="fall/045/animation.xml" direction="45" /> | |
16 <animation source="fall/090/animation.xml" direction="90" /> | |
17 <animation source="fall/135/animation.xml" direction="135" /> | |
18 <animation source="fall/180/animation.xml" direction="180" /> | |
19 <animation source="fall/225/animation.xml" direction="225" /> | |
20 <animation source="fall/270/animation.xml" direction="270" /> | |
21 <animation source="fall/315/animation.xml" direction="315" /> | |
22 </action> | |
23 <action id="fly"> | |
24 <animation source="fly/000/animation.xml" direction="0" /> | |
25 <animation source="fly/045/animation.xml" direction="45" /> | |
26 <animation source="fly/090/animation.xml" direction="90" /> | |
27 <animation source="fly/135/animation.xml" direction="135" /> | |
28 <animation source="fly/180/animation.xml" direction="180" /> | |
29 <animation source="fly/225/animation.xml" direction="225" /> | |
30 <animation source="fly/270/animation.xml" direction="270" /> | |
31 <animation source="fly/315/animation.xml" direction="315" /> | |
32 </action> | |
33 <action id="get_hit"> | |
34 <animation source="get_hit/000/animation.xml" direction="0" /> | |
35 <animation source="get_hit/045/animation.xml" direction="45" /> | |
36 <animation source="get_hit/090/animation.xml" direction="90" /> | |
37 <animation source="get_hit/135/animation.xml" direction="135" /> | |
38 <animation source="get_hit/180/animation.xml" direction="180" /> | |
39 <animation source="get_hit/225/animation.xml" direction="225" /> | |
40 <animation source="get_hit/270/animation.xml" direction="270" /> | |
41 <animation source="get_hit/315/animation.xml" direction="315" /> | |
42 </action> | |
43 <action id="stand"> | |
44 <animation source="stand/000/animation.xml" direction="0" /> | |
45 <animation source="stand/045/animation.xml" direction="45" /> | |
46 <animation source="stand/090/animation.xml" direction="90" /> | |
47 <animation source="stand/135/animation.xml" direction="135" /> | |
48 <animation source="stand/180/animation.xml" direction="180" /> | |
49 <animation source="stand/225/animation.xml" direction="225" /> | |
50 <animation source="stand/270/animation.xml" direction="270" /> | |
51 <animation source="stand/315/animation.xml" direction="315" /> | |
52 </action> | |
53 </object> |