From: Ruben Beltran del Rio Date: Thu, 15 Feb 2024 08:25:48 +0000 (+0100) Subject: Use 24fps X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/7eae2449ab970884e4d119349f81e5fdbe636ec1?ds=sidebyside;hp=a544dd3369cc1dd4aef82b562bbeb718c935d68b Use 24fps --- diff --git a/js/animation.js b/js/animation.js index 9566132..f7642ee 100644 --- a/js/animation.js +++ b/js/animation.js @@ -6,7 +6,7 @@ cos = Math.cos, sin = Math.sin, context = canvas.getContext('2d'), - fps = 30, + fps = 24, lastFrame = 0, speed = 1, size = 5 + rand(10),