my mother ate fries
This commit is contained in:
10
scroll.gdshader
Normal file
10
scroll.gdshader
Normal file
@@ -0,0 +1,10 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
uniform float speed = .1;
|
||||
|
||||
void vertex() {
|
||||
UV.x += TIME * speed;
|
||||
UV.y += TIME * speed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user