PIXI Controls: Add to English version
This commit is contained in:
parent
3f88db76b6
commit
562910b1c4
6 changed files with 881 additions and 40 deletions
|
@ -213,7 +213,7 @@ Scene_SplashScreens.prototype.updateSplash = function() {
|
|||
};
|
||||
};
|
||||
|
||||
if (Input.isTriggered('ok')) {
|
||||
if (Input.isTriggered('ok') || TouchInput.isTriggered()) {
|
||||
if (Galv.ASPLASH.splashSkip == 'one') {
|
||||
this._ticker = this.splash().timer;
|
||||
this._fadeIn = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue