hello, good day.
I would like to set the sprite to 256 colors.
how do I do that please?
thanks.
greetings
set sprite to 256 colors.
Re: set sprite to 256 colors.
If you have a sprite 16x16x256colors, you can add it like this:
indx = ADDSPRITE("sprite.bin",16,16,8,0)
The 8 meand 8 bits per pixel which corresponds with 256 colors.
indx = ADDSPRITE("sprite.bin",16,16,8,0)
The 8 meand 8 bits per pixel which corresponds with 256 colors.
Re: set sprite to 256 colors.
hello, thanks for the info.
I couldn't place the "8".
greetings
I couldn't place the "8".
greetings
Re: set sprite to 256 colors.
I'll clarify this in the docs