7-9-25 3:44am

This commit is contained in:
2025-07-09 03:44:11 -04:00
parent 70fe41e07a
commit 00c0cfcff7
19 changed files with 268 additions and 36 deletions

View File

@@ -1,15 +0,0 @@
shader_type canvas_item;
void vertex() {
// Called for every vertex the material is visible on.
}
void fragment() {
// Called for every pixel the material is visible on.
}
//void light() {
// // Called for every pixel for every light affecting the CanvasItem.
// // Uncomment to replace the default light processing function with this one.
//}