And no not color effects, I mean like, changing a certain color on a sprite, like how do you change a color used in a sprite/animation like pizza tower’s palette system? Like how peppino’s clothes can change color?
With the extension Object recolorizer
https://gdevelop.io/de-de/game-example/free/recolorizer
So how is this supposed to work
Its very simple, you insert the RGB value you want to modify, then you insert the new RGB value.
There’s an effect called “Color Replace” and it takes an RGB code of a color then replaces that color with a new one. I’d recommend setting the Epsilon to 0.1 so that it only replaces the color you’re changing. You’re also gonna need to have the part of the sprite you want to recolor be a unique color. Hope this helps!