Hello, I want to add a red tint effect to my game when the player is damaged. What would be the most efficient way to do this for mobile devices without affecting performance that much?
Develop games in your browser. Powerful, performant & highly capable.
Th easiest thing - without performance loss would be just a red sprite that gets resized (full screen)
with opacity 30% or whatever or color with alpha,