farmlands/assets/sprites/items/HoeStone.sprite

10 lines
327 B
Plaintext
Raw Normal View History

2016-12-02 20:48:37 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Sprite w="1" h="1"
2016-12-02 20:48:37 +00:00
anchorX="0" anchorY="0.1">
<State name="Normal">
<Frame tileSet="sprites/items/hoe.png" cell="0" duration="1" />
2016-12-02 20:48:37 +00:00
</State>
<State name="Attack">
<Frame tileSet="sprites/items/hoe.png" cell="1" duration="1" />
2016-12-02 20:48:37 +00:00
</State>
</Sprite>