Fix controls
This commit is contained in:
parent
ffbf62b1cf
commit
098ed36a3a
9 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue