rimlike/scenes/entities
megaproxy 413054157a Distinct icons for wheat / corn / potato / strawberry harvests
Wheat + corn both produce TYPE_GRAIN; potato + strawberry both produce
TYPE_VEGETABLE. Until now they rendered identically (yellow stalks for
both grains, green-leafed root for both vegetables) since shape was
driven by item_type alone.

Added an Item.subtype field that carries the origin crop_kind through
harvest. draw_item_shape dispatches on subtype FIRST then falls back
to item_type — so storage filters (which match on item_type) still
treat wheat+corn as one Grain category and potato+strawberry as one
Vegetable category, but the visuals are now distinct.

New procedural shapes:
- wheat: 3 yellow stalks with grain-heads (same as existing grain)
- corn: yellow cob with kernel dots wrapped in green husk leaves
- potato: 2 brown overlapping lumps with sprout-eye dots
- strawberry: red heart-shape body with green calyx + yellow seeds

Crop.on_harvest_tick assigns subtype = crop_kind on spawn.
SaveSystem._spawn_item now round-trips subtype through saves.
Pawn carry indicator + Item._draw both pass subtype to draw_item_shape.
2026-05-16 15:52:31 +01:00
..
.gitkeep
bed.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
bed.gd.uid
bed.tscn
big_rock.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
big_rock.gd.uid Bed: replace procedural draw with 1×2 vertical bundle sprite 2026-05-12 14:49:05 +01:00
big_rock.tscn Add BigRock: 2×2 mineable boulder with full mining/path/save support 2026-05-12 14:34:24 +01:00
corpse.gd
corpse.gd.uid
corpse.tscn
cremation_pyre.gd
cremation_pyre.gd.uid
crop.gd Distinct icons for wheat / corn / potato / strawberry harvests 2026-05-16 15:52:31 +01:00
crop.gd.uid
crop.tscn
door.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
door.gd.uid
door.tscn
floor.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
floor.gd.uid
floor.tscn
grave_marker.gd
grave_marker.gd.uid
grave_slot.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
grave_slot.gd.uid
item.gd Distinct icons for wheat / corn / potato / strawberry harvests 2026-05-16 15:52:31 +01:00
item.gd.uid
item.tscn
rock.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
rock.gd.uid
rock.tscn
torch.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
torch.gd.uid
torch.tscn
tree.gd Procedural workbench redraws + 3-season tree variety 2026-05-15 20:22:55 +01:00
tree.gd.uid
tree.tscn
wall.gd Clear designation tile-highlight when jobs complete 2026-05-15 19:31:55 +01:00
wall.gd.uid
wall.tscn
wolf.gd
wolf.gd.uid
wolf.tscn
workbench.gd Workbench bill editor — tap a workbench, see/edit bills 2026-05-16 00:29:46 +01:00
workbench.gd.uid
workbench.tscn