first
This commit is contained in:
commit
b97b3a9ae4
79 changed files with 1729 additions and 0 deletions
6
exo1/shaders/exo1_zexemples_jolies/zolie_user.gdshader
Normal file
6
exo1/shaders/exo1_zexemples_jolies/zolie_user.gdshader
Normal file
|
@ -0,0 +1,6 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
// Called for every pixel the material is visible on.
|
||||
COLOR.br = UV;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue