Hi to all, how to do an effect, when a bullet hit an ennemy the color palette of the ennemy change (flashing) to red? like almost every classic video game.
thanks
Develop games in your browser. Powerful, performant & highly capable.
You could do this by creating an animation for it, or if you are going to export the game to a platform that uses webgl add a red sprite on top, set it's effect to color and change it's visibility every few ticks for a certain amount of time.