mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
catalogued triangle twist
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
let colour1 = [137, 54, 255];
|
||||
let colour2 = [158, 255, 54];
|
||||
// Draw_nodal_expanding(5, 100000, rotation * 2 + 33000,0, colour1, colour2, 0.5, 2)
|
||||
Draw_nodal_expanding(5, 10000, rotation+33000, 0, colour1, colour2, 1, 1)
|
||||
Draw_nodal_expanding(5, 10000, rotation+33000, 0, colour1, colour2, 1, 2)
|
||||
|
||||
}, 1000 / fps);
|
||||
rotation += deg_per_sec / fps; // was = j = angle, now = rotation
|
||||
|
Reference in New Issue
Block a user