Creation of the HelpCameraSettingsScene

Update of GameManager and index to include the new scene
Change title of helpCameraSettings
Suppression function reset
This commit is contained in:
GRL 2021-03-19 15:40:07 +01:00
parent 0b00055eda
commit 1cfb22f695
6 changed files with 135 additions and 124 deletions

View file

@ -279,17 +279,4 @@ export class EnableCameraScene extends Phaser.Scene {
}
this.updateWebCamName();
}
private reset(){
this.textField.destroy();
this.pressReturnField.destroy();
this.cameraNameField.destroy();
this.microphoneNameField.destroy();
this.arrowRight.destroy();
this.arrowLeft.destroy();
this.arrowUp.destroy();
this.arrowDown.destroy();
this.soundMeterSprite.destroy();
this.input.keyboard.removeAllKeys();
}
}