xiandie/scene/entity/ux/刮刮乐.gdshader
2025-05-21 19:03:44 +08:00

9 lines
154 B
Plaintext

shader_type canvas_item;
uniform float grey_scale = .33;
void fragment() {
//COLOR.a = step(COLOR.r, .0);
//COLOR.rgb = vec3(grey_scale - COLOR.r);
}