X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=src%2Fpwl6.js;fp=src%2Fpwl6.js;h=bfcc8790680f80dafe41a899f7360bf2e48fd3a5;hp=e01eeb84eb546479fa474c826fa1665dfd83e9d1;hb=1b36f379858d1f88eb709ebdd59465957081c455;hpb=28ebe8923da2beb390696f28c4cf3a87bbe01d34 diff --git a/src/pwl6.js b/src/pwl6.js index e01eeb8..bfcc879 100644 --- a/src/pwl6.js +++ b/src/pwl6.js @@ -1716,7 +1716,7 @@ BookScene = new yT(yuu.Scene, { p = this.layer0.worldFromDevice(p); if (this.current === BOOK_FORWARD.length - 1 && this.LOGOTYPE.contains(p)) { - yuu.openURL("http://www.yukkurigames.com/"); + yuu.openURL("https://www.yukkurigames.com/"); } else if (this.current === 0 && this.COLOPHON.contains(p)) { yuu.director.showOverlay("colophon"); } else if (this.current === 0 || p.x >= -0.2) {