PIXI Controls: Update text

This commit is contained in:
OleSTEEP 2024-02-09 00:09:26 +03:00
parent dd18c73cee
commit 85399acc67
2 changed files with 6 additions and 6 deletions

View file

@ -787,7 +787,7 @@ Window_OmoMenuOptionsONSControls.prototype.add = function () {
this.addCommand(localization[1], 'ok');
// this.addCommand('GAMEPLAY', 'ok');
this.addCommand(localization[2], 'ok');
this.addCommand("ONSControls", 'ok');
this.addCommand("TOUCH", 'ok');
this.addCommand(localization[3], 'ok');
};
}