summaryrefslogtreecommitdiff
path: root/resource/ui/stampdonationadd.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-08-05 21:50:14 -0400
committerCriticalFlaw <[email protected]>2018-08-05 21:50:14 -0400
commite8b30eb8569ae998d78d360f09d5bbed499e34ff (patch)
treeb248967f8360385fc6f70976a5881e56efb848a7 /resource/ui/stampdonationadd.res
parent12e43dd03a125463cd5303987d0a6cacad216c54 (diff)
Fixed the Map Stamp Panel
It's the panel that pops-up offering a map stamp to support the map makers. A proper fix has been sent to Valve, but until then this will do.
Diffstat (limited to 'resource/ui/stampdonationadd.res')
-rw-r--r--resource/ui/stampdonationadd.res178
1 files changed, 178 insertions, 0 deletions
diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res
new file mode 100644
index 0000000..74feb08
--- /dev/null
+++ b/resource/ui/stampdonationadd.res
@@ -0,0 +1,178 @@
+"Resource/UI/StampDonationAdd.res"
+{
+ "ConfirmDialog"
+ {
+ "ControlName" "Frame"
+ "fieldName" "ConfirmDialog"
+ "xpos" "c-150"
+ "ypos" "90"
+ "wide" "450"
+ "tall" "260"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ "PaintBackgroundType" "0"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "HudFontMediumBold"
+ "labelText" "#ConfirmTitle"
+ "textAlignment" "north"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "450"
+ "tall" "30"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "ExplanationLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ExplanationLabel"
+ "font" "HudFontSmallestBold"
+ "labelText" "%text%"
+ "textAlignment" "north-west"
+ "xpos" "35"
+ "ypos" "158"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "50"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "fgcolor_override" "200 80 60 255"
+ }
+
+ "ExplanationLabel2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ExplanationLabel2"
+ "font" "HudFontSmallest"
+ "labelText" "#Store_ConfirmStampDonationAddText2"
+ "textAlignment" "north-west"
+ "xpos" "35"
+ "ypos" "62"
+ "zpos" "1"
+ "wide" "330"
+ "tall" "170"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "fgcolor_override" "200 80 60 255"
+ }
+
+ "ItemImagePanel"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ItemImagePanel"
+ "xpos" "282"
+ "ypos" "45"
+ "wide" "150"
+ "tall" "150"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "scaleImage" "1"
+ }
+
+ "ItemImagePanel2"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ItemImagePanel2"
+ "xpos" "245"
+ "ypos" "115"
+ "wide" "140"
+ "tall" "140"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "scaleImage" "1"
+ }
+
+ "Nope"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "Nope"
+ "xpos" "40"
+ "ypos" "220"
+ "zpos" "20"
+ "wide" "175"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Store_Nope"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "nope"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "ConfirmButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ConfirmButton"
+ "xpos" "235"
+ "ypos" "220"
+ "zpos" "20"
+ "wide" "175"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Store_AddToCart"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "add_stamp_to_cart"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/vote_success.wav"
+ }
+
+ "PriceLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PriceLabel"
+ "font" "HudFontSmallBold"
+ "labelText" "%price%"
+ "textAlignment" "north-east"
+ "xpos" "345"
+ "ypos" "195"
+ "zpos" "25"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "centerwrap" "1"
+ "fgcolor_override" "121 195 58 255"
+ }
+} \ No newline at end of file