mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
Update html/poketube.ejs
This commit is contained in:
parent
fb935907e7
commit
a821da922d
@ -1806,9 +1806,9 @@ const frameRate = 4; // Set the desired frame rate in milliseconds
|
|||||||
const drawLoop = () => {
|
const drawLoop = () => {
|
||||||
draw()
|
draw()
|
||||||
|
|
||||||
setTimeout(() => {
|
setInterval(() => {
|
||||||
step = window.requestAnimationFrame(drawLoop);
|
step = window.requestAnimationFrame(drawLoop);
|
||||||
}, 01);
|
}, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
const drawPause = () => {
|
const drawPause = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user