inventori

This commit is contained in:
2025-12-13 03:07:45 +01:00
parent f0cd2ae056
commit 725cd98e7c
9 changed files with 1067 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
class PerformanceMonitor {
constructor(scene) {
this.scene = scene;
this.enabled = true; // Toggle with F3
this.enabled = false; // Toggle with F3 (DISABLED by default)
// FPS tracking
this.fps = 60;