lashy's full forme

This commit is contained in:
Haze Weathers 2025-03-09 05:56:20 -04:00
parent aaf9278350
commit 19c8ee9566
5 changed files with 91 additions and 103 deletions

View file

@ -0,0 +1,9 @@
shader_type canvas_item;
uniform float radius = 0.0;
uniform float speed = 0.0;
void vertex() {
VERTEX.x += cos(TIME * speed) * radius;
VERTEX.y += sin(TIME * speed) * radius;
}

View file

@ -0,0 +1 @@
uid://bc8j5jyjynbca