We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45ecc8 commit 27a023dCopy full SHA for 27a023d
components/P5Canvas.tsx
@@ -29,7 +29,7 @@ const CAR_WIDTH = 100;
29
const ROAD_WIDTH = 150;
30
const ROAD_MARKER_WIDTH = 15;
31
const SCALE_FACTOR = 0.9;
32
-export const FRAME_RATE = 60;
+export const FRAME_RATE = 30;
33
export const VELOCITY_DELAY = FRAME_RATE / 6;
34
const UPDATE_INTERVAL = 250;
35
const FS = FRAME_RATE;
0 commit comments