10 lines
358 B
XML
10 lines
358 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Sprite name="Lvl2Sword"
|
|
anchorX="0" anchorY="1">
|
|
<State name="Normal">
|
|
<Frame tileSet="sprites/items/sword.png" cell="0" w="1" h="1" duration="1" />
|
|
</State>
|
|
<State name="Attack">
|
|
<Frame tileSet="sprites/items/sword.png" cell="1" w="1" h="1" duration="1" />
|
|
</State>
|
|
</Sprite> |