From b341457a95f6b9e2aea753e639a8adbfc63ad150 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:31:16 +0900 Subject: [PATCH] =?UTF-8?q?=E9=81=B8=E6=9B=B2=E3=82=B7=E3=83=BC=E3=83=B3?= =?UTF-8?q?=E3=81=AE=E3=82=B8=E3=83=A3=E3=82=B1=E3=83=83=E3=83=88=E7=94=BB?= =?UTF-8?q?=E5=83=8F=E3=81=AB=E5=85=89=E3=82=8B=E3=82=A8=E3=83=95=E3=82=A7?= =?UTF-8?q?=E3=82=AF=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scene/SelectScene.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scene/SelectScene.ts b/src/scene/SelectScene.ts index 6ae0344..3523a35 100644 --- a/src/scene/SelectScene.ts +++ b/src/scene/SelectScene.ts @@ -316,6 +316,7 @@ export class SelectScene extends Phaser.Scene { .image(830 + 200, 280 + 30, "") .setDisplaySize(240, 240) .setDepth(2) + this.jacketImage.postFX.addShine(0.7, 0.1, 5) this.selectedKeyIcon = this.add .image(830 + 83, 140 + 40, `key-icon-${this.key}`)