initial commit 4.2

This commit is contained in:
2024-03-30 23:01:14 +01:00
commit ec6facd4fc
37 changed files with 1102 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
shader_type canvas_item;
void fragment() {
COLOR = vec4(1, 0, 1, 1);
// Place fragment code here.
}