PIXI Controls: Enable by default

This commit is contained in:
OleSTEEP 2024-02-08 16:18:10 +03:00
parent bdd4aa7762
commit a7ed8b3239
3 changed files with 34 additions and 64 deletions

View file

@ -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();