dash hud tint
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user