1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 21:51:46 +00:00
doghud/resource/ui/quests/questobjectivepanel_ingame_base.res

76 lines
1.8 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/HudAchievementTrackerItem.res"
{
"QuestObjectiveTextPanel"
{
"ControlName" "EditablePanel"
"fieldName" "QuestObjectiveTextPanel"
"xpos" "0" [$WIN32]
"ypos" "0" [$WIN32]
"zpos" "3"
"wide" "250"
"tall" "18"
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"enabled_text_color_override" "White"
"disabled_text_color_override" "TanDark"
"normal_token" "#QuestObjective_Required"
"advanced_token" "#QuestObjective_Optional"
}
"AttribGlow"
{
"ControlName" "Label"
"fieldName" "AttribGlow"
"labeltext" "%attr_desc%"
"xpos" "rs1"
"ypos" "0"
"wide" "f0"
"tall" "18"
"zpos" "5"
"textinsetx" "5"
"font" "QuestObjectiveTracker_DescGlow"
"alpha" "0"
"TextAlignment" "north-east"
"proportionaltoparent" "1"
}
"AttribDesc"
{
"ControlName" "Label"
"fieldName" "AttribDesc"
"labeltext" "%attr_desc%"
"xpos" "rs1"
"ypos" "0"
"wide" "f0"
"tall" "18"
"zpos" "4"
"textinsetx" "5"
"font" "QuestObjectiveTracker_Desc"
"TextAlignment" "north-east"
"proportionaltoparent" "1"
}
"AttribBlur"
{
"ControlName" "Label"
"fieldName" "AttribBlur"
"labeltext" "%attr_desc%"
"xpos" "rs1"
"ypos" "0"
"wide" "f0"
"tall" "10"
"zpos" "3"
"visible" "1"
"font" "QuestObjectiveTracker_DescBlur"
"textinsetx" "5"
"textAlignment" "north-east"
"proportionaltoparent" "1"
"fgcolor_override" "White"
}
}