fiirst
This commit is contained in:
parent
ba055a7f13
commit
a322158f43
20 changed files with 3383 additions and 0 deletions
16
assets/images/README.md
Normal file
16
assets/images/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue