private registerKeyboardInputs(): void {
        const self = this;
        const stopParams = {key: 'tower.exit', title: 'خروج از بازی', icon: 'stop', button: true};
        this.input.addEvent('stop,s', false, stopParams, () => {
            self.destroy();