]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Use 24fps
authorRuben Beltran del Rio <redacted>
Thu, 15 Feb 2024 08:25:48 +0000 (09:25 +0100)
committerRuben Beltran del Rio <redacted>
Thu, 15 Feb 2024 08:25:48 +0000 (09:25 +0100)
js/animation.js

index 9566132d1fbe888cc83f0b359a196e6aecfa8904..f7642ee11bef970c718f5bcacd72159c6e3892b1 100644 (file)
@@ -6,7 +6,7 @@
       cos = Math.cos,
       sin = Math.sin,
       context = canvas.getContext('2d'),
       cos = Math.cos,
       sin = Math.sin,
       context = canvas.getContext('2d'),
-      fps = 30,
+      fps = 24,
       lastFrame = 0,
       speed = 1,
       size = 5 + rand(10),
       lastFrame = 0,
       speed = 1,
       size = 5 + rand(10),