Skip to content

Commit

Permalink
選曲シーンのジャケット画像に光るエフェクトを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Nov 9, 2023
1 parent 9ba7199 commit b341457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scene/SelectScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit b341457

Please sign in to comment.