Dismiss battle turn prompts with escape
This commit is contained in:
@@ -3190,6 +3190,12 @@ export class BattleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.turnPromptObjects.length > 0) {
|
||||
soundDirector.playSelect();
|
||||
this.hideTurnEndPrompt();
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.commandMenuObjects.length > 0) {
|
||||
soundDirector.playSelect();
|
||||
this.hideCommandMenu();
|
||||
|
||||
Reference in New Issue
Block a user