This commit is contained in:
33333-33333 2026-06-08 18:01:20 +09:00
commit 33cad83ccb
22 changed files with 1714 additions and 1010 deletions

View file

@ -1,16 +1,3 @@
# Image asset folder
# Image assets
The game currently uses simple canvas placeholders. You can override them by adding images with these filenames:
- `chick_male.png`
- `chick_female.png`
- `tarinai.png`
- `conveyor.png`
- `scanner_manual.png`
- `scanner_auto.png`
- `egg_farm.png`
- `mixer.png`
- `shredder.png`
- `truck.png`
The render code checks whether each image loads and falls back to simple shapes when it does not.
`poop.png` is bundled and loaded by default. Other equipment/chick art is optional and currently falls back to canvas drawing unless external art loading is enabled in `src/render/draw.js`.

BIN
assets/images/poop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB