Is there an extension for turning a sprite entirely one color?

for instance, having them flash white to choreograph an attack, or red to signify damage taken. i don’t wanna have to use an animation block for that.

3 Likes

You could try to use the “change colour in picture from () to ()” block in images, and just repeat that for every colour in the picture. Hope this helps, if not sorry I have no idea other than an animation block.

1 Like

I think you might just need to animate it. Or you could do a
'for x
for y
if pixel colour at x, y in image != empty:
set pixel in image at x, y to (colour)
my sprite set image (image)

3 Likes

here this should help!

2 Likes