initial commit 4.2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR = vec4(1, 0, 1, 1);
|
||||
// Place fragment code here.
|
||||
}
|
||||
Reference in New Issue
Block a user