farmlands/assets/plants/Plantable.xml

34 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<ItemCollection>
<GameObject name="Ugliceea">
<Transform />
<Sprite w="1" h="2"
anchorX="0" anchorY=".5">
<State name="0">
<Frame tileSet="plants/graphics/Ugliceea.png" cell="0" duration="1" />
</State>
<State name="1">
<Frame tileSet="plants/graphics/Ugliceea.png" cell="1" duration="1" />
</State>
<State name="2">
<Frame tileSet="plants/graphics/Ugliceea.png" cell="2" duration="1" />
</State>
<State name="3">
<Frame tileSet="plants/graphics/Ugliceea.png" cell="3" duration="1" />
</State>
<State name="4">
<Frame tileSet="plants/graphics/Ugliceea.png" cell="4" duration="1" />
</State>
</Sprite>
<SpriteRenderer />
<Plant needsWater="true" maxDaysWithoutWater="3">
<State len="1" />
<State len="1" />
<State len="2" />
<State len="1" />
<State len="-1" />
</Plant>
</GameObject>
</ItemCollection>