updated subwaysrfrs and added fireboy and watergirl forest temple
This commit is contained in:
@@ -95,46 +95,4 @@
|
||||
} else {
|
||||
fpsCounter.style.display = 'none'; // Hide FPS counter
|
||||
}
|
||||
</script> let frames = 0;
|
||||
|
||||
function frameLoop() {
|
||||
const now = performance.now();
|
||||
frames++;
|
||||
|
||||
if (now - lastFrameTime >= 1000) {
|
||||
const fps = Math.round(frames / ((now - lastFrameTime) / 1000));
|
||||
fpsCounter.textContent = `FPS: ${fps}`;
|
||||
frames = 0;
|
||||
lastFrameTime = now;
|
||||
}
|
||||
requestAnimationFrame(frameLoop);
|
||||
}
|
||||
frameLoop();
|
||||
}
|
||||
|
||||
calculateFPS(); // Start FPS calculation
|
||||
} else {
|
||||
fpsCounter.style.display = 'none'; // Hide FPS counter
|
||||
}
|
||||
</script> let frames = 0;
|
||||
|
||||
function frameLoop() {
|
||||
const now = performance.now();
|
||||
frames++;
|
||||
|
||||
if (now - lastFrameTime >= 1000) {
|
||||
const fps = Math.round(frames / ((now - lastFrameTime) / 1000));
|
||||
fpsCounter.textContent = `FPS: ${fps}`;
|
||||
frames = 0;
|
||||
lastFrameTime = now;
|
||||
}
|
||||
requestAnimationFrame(frameLoop);
|
||||
}
|
||||
frameLoop();
|
||||
}
|
||||
|
||||
calculateFPS(); // Start FPS calculation
|
||||
} else {
|
||||
fpsCounter.style.display = 'none'; // Hide FPS counter
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
@@ -796,7 +796,14 @@
|
||||
|
||||
<a href="games2/game/run3/index.html">
|
||||
<img src="WebGames-master/WebGames-master/games2/game/run3/favicon.png" alt="test">
|
||||
<div clsaa="game-title">slope-2</div>
|
||||
<div clsaa="game-title">run 3</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="game">
|
||||
|
||||
<a href="games2/game/fireboy-and-watergirl-forest-temple/index.html">
|
||||
<img src="/WebGames-master/WebGames-master/games2/game/fireboy-and-watergirl-forest-temple/icon-60x60.png" alt="test">
|
||||
<div clsaa="game-title">fireboy and watergirl forest temple</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user