mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
try 500
This commit is contained in:
parent
7be4184ac0
commit
826e4dfc1a
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ const evenCanvas = document.getElementById("ambient-canvas-2")
|
|||
const oddCtx = oddCanvas.getContext("2d")
|
||||
const evenCtx = evenCanvas.getContext("2d")
|
||||
|
||||
const frameIntervalMs = 200
|
||||
const frameIntervalMs = 500
|
||||
const canvasOpacity = "0.4"
|
||||
|
||||
let intervalId
|
||||
|
|
Loading…
Reference in a new issue