We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5ac5f commit 697e3f4Copy full SHA for 697e3f4
1 file changed
ascii-bg.js
@@ -13,7 +13,7 @@
13
const FLASH_CHANCE = 0.0004; // probability per cell per frame of triggering a flash
14
const FLASH_PEAK = 1; // peak alpha of a flash
15
const FLASH_DECAY = 0.02; // alpha lost per frame during flash decay
16
- const FPS = 90;
+ const FPS = 60;
17
const FRAME_MS = 1000 / FPS;
18
19
// GoL tunables
0 commit comments