gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
5
godot_state_charts_examples/ant_hill/ant/ant.gdshader
Normal file
5
godot_state_charts_examples/ant_hill/ant/ant.gdshader
Normal file
@ -0,0 +1,5 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR = COLOR + vec4(.3,.3,.1,.0);
|
||||
}
|
Reference in New Issue
Block a user