#Any way to easily change a sprite color?

5 messages · Page 1 of 1 (latest)

timber field
#

I would like to make a flashing white affect on damage. I have a few ideas on how to do so but they seem very convoluted. Is there any easy way to achieve this?

hearty zephyr
#

There is a color attribute in the sprite. But I fear the resulting color is orignal color times the color attribute.
So it wouldn't solve your issue.
In this case, two sprites could do the job ( you can probably creatz the white sprite from the original one by code )

timber field
#

Maybe I will settle on flashing red instead then

#

I would rather not have to have two sprites

timber field