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:
parent
0b00055eda
commit
1cfb22f695
6 changed files with 135 additions and 124 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue