summaryrefslogtreecommitdiff
path: root/resource/ui/econ/questnotificationpanel_base.res
diff options
context:
space:
mode:
authorIgor Nikitin <[email protected]>2020-04-12 13:34:22 -0400
committerGitHub <[email protected]>2020-04-12 13:34:22 -0400
commit8e92d477d6ef4e7d70dcc9161c9727e537311b57 (patch)
tree8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /resource/ui/econ/questnotificationpanel_base.res
parent95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff)
parentfcd77895f3881d1d50db402f8dce0f73dfad5094 (diff)
Merge pull request #143 from raysfire/update
v2020.0412
Diffstat (limited to 'resource/ui/econ/questnotificationpanel_base.res')
-rw-r--r--resource/ui/econ/questnotificationpanel_base.res66
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"
+ }
+ }
+ }
+}