Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <object type="0">
- <header>
- <name>Heat</name>
- <image path="assets/heat/heat_movement.png" width="79" height="79" rows="6" columns="4" border="1" />
- <image path="assets/heat/heat_defense.png" width="79" height="79" rows="2" columns="3" border="1" />
- <image path="assets/heat/heat_interaction.png" width="79" height="79" rows="5" columns="6" border="1" />
- <image path="assets/heat/heat_special.png" width="79" height="79" rows="3" columns="4" border="1" />
- <image path="assets/heat/heat_weapon.png" width="79" height="79" rows="1" columns="4" border="1" />
- <move-speeds
- walk-x="3.2"
- walk-z="1.3"
- run-x="5.0"
- run-z="1.1" />
- </header>
- <!-- breathing -->
- <sequence id="0" next="999" state="1">
- <frame wait="2" >
- <pic id="0" x="38" y="79" />
- </frame>
- <frame wait="2" >
- <pic id="1" x="38" y="79" />
- </frame>
- <frame wait="2" >
- <pic id="2" x="38" y="79" />
- </frame>
- <frame wait="2" >
- <pic id="3" x="38" y="79" />
- </frame>
- </sequence>
- <!-- walking -->
- <sequence id="1" next="1" state="1">
- <frame wait="3">
- <pic id="4" x="40" y="79" />
- </frame>
- <frame wait="3">
- <pic id="5" x="40" y="79" />
- </frame>
- <frame wait="3">
- <pic id="6" x="40" y="79" />
- </frame>
- <frame wait="3">
- <pic id="7" x="40" y="79" />
- </frame>
- <frame wait="3">
- <pic id="6" x="40" y="79" />
- </frame>
- <frame wait="3">
- <pic id="5" x="40" y="79" />
- </frame>
- </sequence>
- <!-- running -->
- <sequence id="2" next="2" state="2">
- <frame wait="6">
- <pic id="8" x="40" y="79" />
- </frame>
- <frame wait="6">
- <pic id="9" x="40" y="79" />
- </frame>
- <frame wait="6">
- <pic id="10" x="40" y="79" />
- </frame>
- <frame wait="6">
- <pic id="9" x="40" y="79" />
- </frame>
- </sequence>
- <!-- stop running -->
- <sequence id="3" next="999" state="0">
- <frame wait="8">
- <pic id="11" x="40" y="79" />
- </frame>
- </sequence>
- </object>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement