This commit is contained in:
Crizomb 2025-05-15 14:28:08 +02:00
commit b97b3a9ae4
79 changed files with 1729 additions and 0 deletions

View file

@ -0,0 +1,6 @@
shader_type canvas_item;
void fragment() {
// Called for every pixel the material is visible on.
COLOR.br = UV;
}