This commit is contained in:
Sam
2023-01-09 23:05:23 +13:00
parent 1398e866c3
commit 483744ea36
6 changed files with 436 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
render();
render_clear();
Draw_Spiral_Pattern(3, 200, rotation, centerX, centerY, 'red')
Draw_Spiral_Pattern(40, 200, rotation, centerX, centerY, 'red')
}, 1000 / fps);
rotation += deg_per_sec / fps; // was = j = angle, now = rotation