Refine fishing HUD feedback

This commit is contained in:
Alexander Sellite 2026-08-01 15:39:36 -04:00
parent 070765741c
commit c08dd99596
2 changed files with 17 additions and 16 deletions

View file

@ -483,7 +483,7 @@ func _update_barrier_markers(
marker.color = (
UIPalette.DISABLED
if defeated
else UIPalette.SECONDARY
else UIPalette.PRIMARY
)
if barrier_index == active_index:
marker.color = UIPalette.TEXT