feat: Balanced tileset sizes - 96px for interactive objects
Added 96px versions for better visual balance: - zombie_character_96px (2x2 tiles) - camp_objects_96px (12 objects: campfire, tents, chests, barrels, workbench) - tools_96px (6 tools: hoe, axe, pickaxe, scythe, fishing rod, watering can) Size Strategy (Balanced Approach): - 2x2 tiles (96x96px): Characters, camp objects, tools - interactive items - 5x5 tiles (256x256px): Trees, crops - natural/environmental objects - 1x1 tiles (48x48px): Ground, fences, obstacles - base terrain Updated map: - micro_farm_128x128.tmx now uses 96px versions for characters/camp/tools - Perfect gameplay scale - objects fit naturally with farm plots - Trees and crops remain large for realistic appearance Documentation: - TILESET_SIZES_FINAL.md - Complete sizing strategy guide - Visual comparisons and gameplay perspective included Ready for map design in Tiled on Monday!
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
<tileset firstgid="17" source="../tilesets/fence_autotile.tsx"/>
|
||||
<tileset firstgid="33" source="../tilesets/micro_camp_24px.tsx"/>
|
||||
<tileset firstgid="41" source="../tilesets/kai_character_96px.tsx"/>
|
||||
<tileset firstgid="45" source="../tilesets/tools.tsx"/>
|
||||
<tileset firstgid="45" source="../tilesets/tools_96px.tsx"/>
|
||||
<tileset firstgid="51" source="../tilesets/crops.tsx"/>
|
||||
<tileset firstgid="57" source="../tilesets/terrain_autotile.tsx"/>
|
||||
<tileset firstgid="73" source="../tilesets/decorations_tiles.tsx"/>
|
||||
<tileset firstgid="85" source="../tilesets/zombie_character.tsx"/>
|
||||
<tileset firstgid="85" source="../tilesets/zombie_character_96px.tsx"/>
|
||||
<tileset firstgid="89" source="../tilesets/tree_cherry_apple.tsx"/>
|
||||
<tileset firstgid="99" source="../tilesets/tree_oak.tsx"/>
|
||||
<tileset firstgid="104" source="../tilesets/tree_pine.tsx"/>
|
||||
<tileset firstgid="109" source="../tilesets/camp_objects.tsx"/>
|
||||
<tileset firstgid="109" source="../tilesets/camp_objects_96px.tsx"/>
|
||||
<tileset firstgid="121" source="../tilesets/crop_growth_all.tsx"/>
|
||||
<tileset firstgid="137" source="../tilesets/wheat_growth.tsx"/>
|
||||
<tileset firstgid="141" name="farm_obstacles" tilewidth="48" tileheight="48" tilecount="32" columns="8">
|
||||
|
||||
Reference in New Issue
Block a user