played around

This commit is contained in:
Sam
2022-06-10 11:57:14 +12:00
parent e9f51e0687
commit 66de2a9016
4 changed files with 12 additions and 11 deletions

View File

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