Fix controls

This commit is contained in:
OleSTEEP 2024-01-23 17:16:49 +03:00
parent ffbf62b1cf
commit 098ed36a3a
9 changed files with 10 additions and 11 deletions

View file

@ -31,7 +31,6 @@ Scene_OmoriTitleScreen.prototype.createTitleCommands = function() {
// Add window to title Commands
this._titleCommands[i] = win;
this.addChild(win)
console.log(win.width)
};
// Set Continue text
this._titleCommands[1].setText(textList[1], this._canContinue);