getting video

Co-authored-by: lmill90 <lmill90@users.noreply.github.com>
This commit is contained in:
Sam
2022-09-27 19:11:03 +13:00
parent 4bc81e4335
commit c8783a1bb4
3 changed files with 46 additions and 32 deletions

View File

@@ -14,7 +14,7 @@
let deg_per_sec = 30/5000;
let time = 0.1;
let time = 99999999;
let fps = 60;
centerX = ctx.canvas.width / 2;