Skip to content

Commit

Permalink
cardboard flicker tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed Oct 27, 2024
1 parent 02dbb4c commit 08fb4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utility/hexgrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1679,9 +1679,9 @@ export class HexGrid {
this._flickerTween = game.Phaser.add
.tween(preview).to(
{
alpha: 0.1,
alpha: 0.15,
},
500,
777,
Phaser.Easing.Linear.None,
)
.yoyo(true)
Expand Down

0 comments on commit 08fb4c9

Please sign in to comment.