16 lines
492 B
XML
16 lines
492 B
XML
<!--
|
|
<animations>
|
|
<animation name="shot_gun_idle_anim" type="idle">
|
|
<FPS>4</FPS>
|
|
<sprite path="sprites/shotGunIdle128.png" frameSize="128.0"/>
|
|
</animation>
|
|
<animation name="shot_gun_fire_anim" type="fire">
|
|
<FPS>8</FPS>
|
|
<sprite path="sprites/shotGunFire128.png" frameSize="128.0"/>
|
|
</animation>
|
|
<animation name="shot_gun_reload_anim" type="reload">
|
|
<FPS>8</FPS>
|
|
<sprite path="sprites/shotGunReload128.png" frameSize="128.0"/>
|
|
</animation>
|
|
</animations>
|
|
-->
|