11 lines
337 B
XML
11 lines
337 B
XML
<animations directional="true">
|
|
<animation name="player_move_anim" type="move">
|
|
<FPS>7</FPS>
|
|
<sprite path="sprites/player3AtlasMove64.png" frameSize="64.0"/>
|
|
</animation>
|
|
|
|
<animation name="player_idle_anim" type="idle">
|
|
<FPS>5</FPS>
|
|
<sprite path="sprites/player3AtlasIdle64.png" frameSize="64.0"/>
|
|
</animation>
|
|
</animations>
|