9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
shader_type canvas_item;
|
|
|
|
uniform vec4 fill_color;
|
|
uniform float progress;
|
|
|
|
void fragment() {
|
|
|
|
}
|