10 lines
335 B
XML
10 lines
335 B
XML
<animations>
|
|
<animation name="machine_gun_idle_anim" type="idle">
|
|
<FPS>4</FPS>
|
|
<sprite path="sprites/machineGunAtlas256.png" frameSize="256.0"/>
|
|
</animation>
|
|
<animation name="machine_gun_reload_anim" type="reload">
|
|
<FPS>2</FPS>
|
|
<sprite path="sprites/pistolAtlas256.png" frameSize="256.0"/>
|
|
</animation>
|
|
</animations>
|