diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:16:48 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:16:48 -0400 |
| commit | ceda99cb6f1507321fd6d317ad078b84610323dd (patch) | |
| tree | 1cb4f6deff456d51fc562fe624482bb3adb0a959 /resource/ui/econ/questnotificationpanel_base.res | |
| parent | 7fb5e4895a804624e0c6bb44c65910e80739d668 (diff) | |
Updated the backpack and store pages
- Fixed various bugs and inconsistencies in the Item and Store pages.
- Updated the item options icons.
Diffstat (limited to 'resource/ui/econ/questnotificationpanel_base.res')
| -rw-r--r-- | resource/ui/econ/questnotificationpanel_base.res | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/resource/ui/econ/questnotificationpanel_base.res b/resource/ui/econ/questnotificationpanel_base.res new file mode 100644 index 0000000..8a82662 --- /dev/null +++ b/resource/ui/econ/questnotificationpanel_base.res @@ -0,0 +1,66 @@ +"Resource/UI/QuestNotificationPanel_base.res" +{ + "QuestNotificationPanel" + { + "ControlName" "EditablePanel" + "fieldName" "QuestNotificationPanel" + "xpos" "0" + "ypos" "100" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "output_step" "50" + + "MainContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContainer" + "xpos" "r0" + "ypos" "0" + "wide" "110" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "border" "NoBorder" //QuestStatusBorder + "paintborder" "2" + + "ItemName" + { + "ControlName" "Label" + "fieldName" "ItemName" + "labeltext" "#QuestNotification_Incoming" + "xpos" "0" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "255 255 255 255" //235 226 202 255 + "font" "AchievementTracker_Name" + //"wrap" "1" + "TextAlignment" "east" + "proportionaltoparent" "1" + } + + "CharacterImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "CharacterImage" + "xpos" "3" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "p0.8" + "visible" "1" + "enabled" "1" + "image" "animated/tf2_speaker_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } +} |
