This commit is contained in:
33333-33333 2026-06-07 15:05:24 +09:00
commit a322158f43
20 changed files with 3383 additions and 0 deletions

16
assets/images/README.md Normal file
View file

@ -0,0 +1,16 @@
# Image asset folder
The game currently uses simple canvas placeholders. You can override them by adding images with these filenames:
- `chick_male.png`
- `chick_female.png`
- `poop.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.