var changes

This commit is contained in:
Sam
2022-10-09 16:35:54 +13:00
parent c8783a1bb4
commit 1398e866c3
4 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@
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, 0, colour1, colour2, 1, 2)
Draw_nodal_expanding(5, 100000, rotation * 2 + 33000,0, colour1, colour2, 0.5, 2)
// Draw_nodal_expanding(5, 10000, rotation, 0, colour1, colour2, 1, 2)
console.log(rotation)
}, 1000 / fps);
rotation += deg_per_sec / fps; // was = j = angle, now = rotation