- Added 16 professional tilesets for farm game - Character sprites: Kai (96px + 512px), Zombie - Tree growth: Cherry, Apple, Oak, Pine (5 stages each) - Crop growth: Potatoes, Carrots, Corn, Pumpkin, Wheat (4 stages each) - Camp objects: Tents, campfire, chests, workbench (12 items) - Tools: Hoe, pickaxe, axe, scythe, fishing rod, watering can - Decorations: Rocks, logs, flowers, berry bushes - Terrain: Autotiling grass/soil, detailed terrain tiles Maps: - Created micro_farm_128x128.tmx (128x128 tiles, 6144x6144px) - Updated starting_base_16x16.tmx with new tilesets - Complete implementation plans for both maps Fixes: - Fixed XML headers in all TSX files (removed spaces) - Verified all PNG files present - Kai character sized correctly (96x96px = 2x2 ground tiles) Documentation: - Complete session summary (SESSION_COMPLETE.md) - Tileset guides and troubleshooting - Size fix documentation (KAI_SIZE_FIXED.md) - DNEVNIK updated with session details Ready for map design in Tiled and Phaser integration!
16 lines
1.2 KiB
XML
16 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.10" tiledversion="1.11.0" name="nature_decorations" tilewidth="256" tileheight="256" tilecount="12" columns="6">
|
|
<image source="decorations.png" width="1536" height="512"/>
|
|
<tile id="0"><properties><property name="type" value="rock_small"/></properties></tile>
|
|
<tile id="1"><properties><property name="type" value="rock_medium"/></properties></tile>
|
|
<tile id="2"><properties><property name="type" value="branch"/></properties></tile>
|
|
<tile id="3"><properties><property name="type" value="flowers"/></properties></tile>
|
|
<tile id="4"><properties><property name="type" value="log1"/></properties></tile>
|
|
<tile id="5"><properties><property name="type" value="log2"/></properties></tile>
|
|
<tile id="6"><properties><property name="type" value="rock_large"/></properties></tile>
|
|
<tile id="7"><properties><property name="type" value="stump"/></properties></tile>
|
|
<tile id="8"><properties><property name="type" value="log3"/></properties></tile>
|
|
<tile id="9"><properties><property name="type" value="log4"/></properties></tile>
|
|
<tile id="10"><properties><property name="type" value="berry_bush"/></properties></tile>
|
|
</tileset>
|