diff --git a/src/utility/hexgrid.ts b/src/utility/hexgrid.ts index e899a4256..984db9005 100644 --- a/src/utility/hexgrid.ts +++ b/src/utility/hexgrid.ts @@ -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)