diff options
| author | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
| commit | 46d248b5167f9c8794c3125146952fef08f86bcd (patch) | |
| tree | c3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/econ/questnotificationpanel_base.res | |
| parent | d07450fa8b4632d043c838807cba07eb3db6a209 (diff) | |
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack.
- Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/econ/questnotificationpanel_base.res')
| -rw-r--r-- | resource/ui/econ/questnotificationpanel_base.res | 78 |
1 files changed, 38 insertions, 40 deletions
diff --git a/resource/ui/econ/questnotificationpanel_base.res b/resource/ui/econ/questnotificationpanel_base.res index 8031c06..27ff26f 100644 --- a/resource/ui/econ/questnotificationpanel_base.res +++ b/resource/ui/econ/questnotificationpanel_base.res @@ -2,18 +2,17 @@ { "QuestNotificationPanel" { - "ControlName" "EditablePanel" - "fieldName" "QuestNotificationPanel" - "xpos" "0" - "ypos" "100" - "zpos" "2" - "wide" "f0" - "tall" "f0" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "QuestNotificationPanel" + "xpos" "0" + "ypos" "100" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "0" "proportionaltoparent" "1" - - "output_step" "50" - + "output_step" "50" + "MainContainer" { "ControlName" "EditablePanel" @@ -24,41 +23,40 @@ "tall" "20" "visible" "1" "proportionaltoparent" "1" - - "border" "NoBorder" //QuestStatusBorder - "paintborder" "2" - + "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" + "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" + "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" + "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" } } |
