mirror of
https://codeberg.org/ashley/poke.git
synced 2025-02-17 03:58:08 +01:00
bwa
This commit is contained in:
parent
826e4dfc1a
commit
8d43e65e5b
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 oddCtx = oddCanvas.getContext("2d")
|
||||||
const evenCtx = evenCanvas.getContext("2d")
|
const evenCtx = evenCanvas.getContext("2d")
|
||||||
|
|
||||||
const frameIntervalMs = 500
|
const frameIntervalMs = 760
|
||||||
const canvasOpacity = "0.4"
|
const canvasOpacity = "0.4"
|
||||||
|
|
||||||
let intervalId
|
let intervalId
|
||||||
|
|
Loading…
Reference in a new issue