2016-12-02 18:29:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2016-12-15 20:52:36 +00:00
|
|
|
<Sprite w="1" h="1"
|
2016-12-02 18:29:40 +00:00
|
|
|
anchorX="0" anchorY="1">
|
|
|
|
<State name="Normal">
|
2016-12-15 20:52:36 +00:00
|
|
|
<Frame tileSet="sprites/items/sword.png" cell="0" duration="1" />
|
2016-12-02 18:29:40 +00:00
|
|
|
</State>
|
|
|
|
<State name="Attack">
|
2016-12-15 20:52:36 +00:00
|
|
|
<Frame tileSet="sprites/items/sword.png" cell="1" duration="1" />
|
2016-12-02 18:29:40 +00:00
|
|
|
</State>
|
|
|
|
</Sprite>
|