Gesperrte Skills: Transparenz auf 45% erhoeht fuer bessere Lesbarkeit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andre 2026-03-19 23:20:19 +01:00
parent ac271ce891
commit 59fb813ce6

View file

@ -119,7 +119,7 @@ func _refresh_skills():
icon_rect.size = Vector2(36, 36) icon_rect.size = Vector2(36, 36)
icon_rect.mouse_filter = Control.MOUSE_FILTER_IGNORE icon_rect.mouse_filter = Control.MOUSE_FILTER_IGNORE
if is_locked: if is_locked:
icon_rect.modulate = Color(1, 1, 1, 0.35) icon_rect.modulate = Color(1, 1, 1, 0.45)
hbox.add_child(icon_rect) hbox.add_child(icon_rect)
# Name + Level-Anforderung # Name + Level-Anforderung
@ -133,7 +133,7 @@ func _refresh_skills():
label.add_theme_font_size_override("font_size", 14) label.add_theme_font_size_override("font_size", 14)
label.mouse_filter = Control.MOUSE_FILTER_IGNORE label.mouse_filter = Control.MOUSE_FILTER_IGNORE
if is_locked: if is_locked:
label.modulate = Color(0.55, 0.55, 0.55, 1.0) label.modulate = Color(0.7, 0.7, 0.7, 1.0)
vbox.add_child(label) vbox.add_child(label)
if is_locked: if is_locked: