dash hud tint

This commit is contained in:
2025-11-07 18:08:09 +02:00
parent 48c7ea2e2a
commit 87a8e07aa3
6 changed files with 89 additions and 52 deletions
+6 -6
View File
@@ -556,12 +556,12 @@ class GameEngine extends THREE.EventDispatcher{
}
clearScene(){
// this.hero?.destroy();
// this.dashboard?.reset();
// this.activeObjects.clear();
// this.physics.clear();
// this.clickable.removeAll();
// this.motionQueue.clearAll();
this.hero?.destroy();
this.dashboard?.reset();
this.activeObjects.clear();
this.physics.clear();
this.clickable.removeAll();
this.motionQueue.clearAll();
}
}