PIXI Controls: Add to English version
This commit is contained in:
parent
3f88db76b6
commit
562910b1c4
6 changed files with 881 additions and 40 deletions
|
@ -112,6 +112,8 @@ Scene_OmoriTitleScreen.prototype.create = function () {
|
|||
// Super Call
|
||||
Scene_BaseEX.prototype.create.call(this);
|
||||
|
||||
// ONSControls
|
||||
ONSControls.initialize();
|
||||
|
||||
this.createFilters();
|
||||
// Create Background
|
||||
|
@ -132,6 +134,7 @@ Scene_OmoriTitleScreen.prototype.create = function () {
|
|||
this.createGeneralOptionsWindow();
|
||||
this.createAudioOptionsWindow();
|
||||
this.createControllerOptionsWindow();
|
||||
this.createONSControlsOptionsWindow(); // ONSControls Settings
|
||||
this.createSystemOptionsWindow();
|
||||
this.createExitPromptWindow();
|
||||
this.createOptionCategoriesWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue