redraw a bunch of sprites, tweak some ui colours

This commit is contained in:
Crispy 2024-12-12 23:06:06 +01:00
parent 611a02c3b4
commit 96f1a8367f
22 changed files with 10 additions and 10 deletions

View file

@ -92,12 +92,12 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble
### intro, basic mechanics
- output a zero (marble, io)
- output multiple numbers in sequence (digits)
- output zeroes forever (looping, trigger, bag output)
- output zeroes forever (looping, button, silo output)
- copy the input (input)
- copy only odd input numbers (comparator, math, flipper)
### 0-terminated list processing
- copy the second list
- calculate list length (math, bag input)
- calculate list length (math, silo input)
- count instances of 5 in a list
- reverse a list (bouncing)
### user-friendly numbers