update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void vertex() {
|
||||
UV.y -= TIME * .2;
|
||||
}
|
||||
|
||||
//void light() {
|
||||
// // Called for every pixel for every light affecting the CanvasItem.
|
||||
// // Uncomment to replace the default light processing function with this one.
|
||||
//}
|
||||
Reference in New Issue
Block a user