Advertisement
Guest User

heat.xml

a guest
Sep 29th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  1. <object type="0">
  2.     <header>
  3.         <name>Heat</name>
  4.         <image path="assets/heat/heat_movement.png" width="79" height="79" rows="6" columns="4" border="1" />
  5.         <image path="assets/heat/heat_defense.png" width="79" height="79" rows="2" columns="3" border="1" />
  6.         <image path="assets/heat/heat_interaction.png" width="79" height="79" rows="5" columns="6" border="1" />
  7.         <image path="assets/heat/heat_special.png" width="79" height="79" rows="3" columns="4" border="1" />
  8.         <image path="assets/heat/heat_weapon.png" width="79" height="79" rows="1" columns="4" border="1" />
  9.         <move-speeds
  10.             walk-x="3.2"
  11.             walk-z="1.3"
  12.             run-x="5.0"
  13.             run-z="1.1" />
  14.     </header>
  15.  
  16.     <!-- breathing -->
  17.     <sequence id="0" next="999" state="1">
  18.         <frame wait="2" >
  19.             <pic id="0" x="38" y="79" />
  20.         </frame>
  21.         <frame wait="2" >
  22.             <pic id="1" x="38" y="79" />
  23.         </frame>
  24.         <frame wait="2" >
  25.             <pic id="2" x="38" y="79" />
  26.         </frame>
  27.         <frame wait="2" >
  28.             <pic id="3" x="38" y="79" />
  29.         </frame>
  30.     </sequence>
  31.  
  32.     <!-- walking -->
  33.     <sequence id="1" next="1" state="1">
  34.         <frame wait="3">
  35.             <pic id="4" x="40" y="79" />
  36.         </frame>
  37.         <frame wait="3">
  38.             <pic id="5" x="40" y="79" />
  39.         </frame>
  40.         <frame wait="3">
  41.             <pic id="6" x="40" y="79" />
  42.         </frame>
  43.         <frame wait="3">
  44.             <pic id="7" x="40" y="79" />
  45.         </frame>
  46.         <frame wait="3">
  47.             <pic id="6" x="40" y="79" />
  48.         </frame>
  49.         <frame wait="3">
  50.             <pic id="5" x="40" y="79" />
  51.         </frame>
  52.     </sequence>
  53.  
  54.     <!-- running -->
  55.     <sequence id="2" next="2" state="2">
  56.         <frame wait="6">
  57.             <pic id="8" x="40" y="79" />
  58.         </frame>
  59.         <frame wait="6">
  60.             <pic id="9" x="40" y="79" />
  61.         </frame>
  62.         <frame wait="6">
  63.             <pic id="10" x="40" y="79" />
  64.         </frame>
  65.         <frame wait="6">
  66.             <pic id="9" x="40" y="79" />
  67.         </frame>
  68.     </sequence>
  69.  
  70.     <!-- stop running -->
  71.     <sequence id="3" next="999" state="0">
  72.         <frame wait="8">
  73.             <pic id="11" x="40" y="79" />
  74.         </frame>
  75.     </sequence>
  76. </object>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement