Brighten mission title text
This commit is contained in:
@@ -3799,14 +3799,16 @@ func _create_hud() -> void:
|
||||
|
||||
var mission_title_row := HBoxContainer.new()
|
||||
mission_title_row.add_theme_constant_override("separation", 8)
|
||||
mission_title_row.tooltip_text = "현재 전투의 승리 조건과 패배 조건입니다. 오른쪽 인장 아이콘으로 펼칩니다."
|
||||
side_column.add_child(mission_title_row)
|
||||
|
||||
mission_title_label = Label.new()
|
||||
mission_title_label.text = "전투 목표"
|
||||
mission_title_label.tooltip_text = mission_title_row.tooltip_text
|
||||
mission_title_label.custom_minimum_size = Vector2(296, 28)
|
||||
mission_title_label.size_flags_horizontal = Control.SIZE_EXPAND_FILL
|
||||
mission_title_label.add_theme_font_size_override("font_size", 14)
|
||||
_apply_label_style(mission_title_label, UI_OLD_BRONZE)
|
||||
mission_title_label.add_theme_font_size_override("font_size", 15)
|
||||
_apply_label_style(mission_title_label, UI_PARCHMENT_TEXT)
|
||||
mission_title_row.add_child(mission_title_label)
|
||||
|
||||
mission_toggle_button = Button.new()
|
||||
|
||||
Reference in New Issue
Block a user