Files
MovementTests/godot_state_charts_examples/ant_hill/ant/ant.gdshader

6 lines
83 B
Plaintext

shader_type canvas_item;
void fragment() {
COLOR = COLOR + vec4(.3,.3,.1,.0);
}