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