Here are the two I made for deltarune and Paper Lily.
Here are the two I made for deltarune and Paper Lily.
Decided to replay Ch 2 and got an idea
Decided to replay Ch 2 and got an idea
(BG song: Tetoris)
(BG song: Tetoris)
Notes:
- It creates a color pallete and each pixel indexes the pallete.
- It uses bitflags to decide the format, store all info. for decoding in a single 16bit int.
- I used godot for faster testing, so all ints are 32bit, but in a lower language you can do 8bit ints.
Notes:
- It creates a color pallete and each pixel indexes the pallete.
- It uses bitflags to decide the format, store all info. for decoding in a single 16bit int.
- I used godot for faster testing, so all ints are 32bit, but in a lower language you can do 8bit ints.