SupaLidlGame/Shaders/GodraysCompatible.shader

8 lines
99 B
Plaintext
Raw Permalink Normal View History

2023-09-11 10:15:54 -07:00
shader_type canvas_item;
uniform float alpha : hint_range(0.0, 1.0) = 0.75;
void fragment() {
}