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');
};
}

View file

@ -628,10 +628,10 @@ Window_OmoMenuOptionsONSControls.prototype.makeOptionsList = function () {
// Get Text
//var text = LanguageManager.getPluginText('optionsMenu', 'audio');
var text = {
buttonsScale: {help: "Change on-screen controls scale.", text: "CONTROLS SCALE", persent: true, maxValue: 500},
buttonsOpacity: {help: "Change on-screen controls opacity.", text: "CONTROLS OPACITY", persent: true, maxValue: 100},
bumpersOffsetX: {help: "Change x coordinate offset of LB/RB.", text: "LB/RB X OFFSET", persent: false, maxValue: 500},
bumpersOffsetY: {help: "Change y coordinate offset of LB/RB.", text: "LB/RB Y OFFSET", persent: false, maxValue: 500}
buttonsScale: {help: "Изменить размер наэкранных кнопок управления.", text: "РАЗМЕР УПРАВЛЕНИЯ", persent: true, maxValue: 500},
buttonsOpacity: {help: "Изменить прозрачность наэкранных кнопок управления.", text: "ПРОЗРАЧНОСТЬ УПРАВЛЕНИЯ", persent: true, maxValue: 100},
bumpersOffsetX: {help: "Сместить кнопки LB/RB по X координате.", text: "СМЕЩЕНИЕ LB/RB ПО X", persent: false, maxValue: 500},
bumpersOffsetY: {help: "Сместить кнопки LB/RB по Y координате.", text: "СМЕЩЕНИЕ LB/RB ПО Y", persent: false, maxValue: 500}
}
// Get Config
var config = ConfigManager;
@ -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("СЕНСОР", 'ok');
this.addCommand(localization[3], 'ok');
};
}