farmlands/assets/maps/Farm.map

15 lines
451 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<Map width="380" height="213"
cellWidth="16" cellHeight="16" >
<Layer name="Background" cells="maps/Farm_Background.csv">
<TileSet texture="tilesets/Ground.png"
tileWidth="16" tileHeight="16" />
</Layer>
<Layer name="Soil" cells="maps/Farm_Soil.csv">
<TileSet texture="tilesets/Ground.png"
tileWidth="16" tileHeight="16" />
</Layer>
</Map>