Skip splashes with touch input
This commit is contained in:
parent
a7ed8b3239
commit
687b675f48
2 changed files with 2 additions and 2 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