updated subwaysrfrs and added fireboy and watergirl forest temple

This commit is contained in:
2025-11-23 21:19:45 -06:00
parent 1522a791f9
commit 87c95bf615
2 changed files with 9 additions and 44 deletions
@@ -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>
+8 -1
View File
@@ -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>