started tracking progress with git
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
shader_type canvas_item;
|
||||
uniform float flap_speed = 4.0;
|
||||
uniform float scale = 4;
|
||||
|
||||
void vertex() {
|
||||
VERTEX.y = VERTEX.y * scale - (64.0*scale/2.0);
|
||||
VERTEX.x = VERTEX.x * scale - (64.0*scale/2.0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user