multiplier.shader 91 B

12345
  1. shader_type canvas_item;
  2. void fragment(){
  3. COLOR*=texture(SCREEN_TEXTURE, SCREEN_UV).r;
  4. }