Increase Target Select UI Opacitiy (#3683)

Co-authored-by: frutescens <info@laptop>
This commit is contained in:
Mumble 2024-08-22 05:04:26 -07:00 committed by GitHub
parent b1d4037a57
commit 10f1a96ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export default class TargetSelectUiHandler extends UiHandler {
this.targetFlashTween = this.scene.tweens.add({
targets: this.targetsHighlighted,
key: { start: 0.55, to: 1 },
key: { start: 1, to: 0.25 },
loop: -1,
loopDelay: 150,
duration: Utils.fixedInt(450),