summaryrefslogtreecommitdiff
path: root/resource/ui/econ/store/v2/storepage_maps.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-08-14 00:51:20 -0500
committerRaysFire <[email protected]>2013-08-14 00:51:20 -0500
commit9c938a775f499ebb92e5f7c0a57b6697dceecf94 (patch)
treefafd5fe0b591d524ccbdac742465b30f415270fe /resource/ui/econ/store/v2/storepage_maps.res
parent5686d2a088b49fd25a6d1fe821c328e9c948d092 (diff)
Added in new custom HUD menus (shop, replay, etc.)
Diffstat (limited to 'resource/ui/econ/store/v2/storepage_maps.res')
-rw-r--r--resource/ui/econ/store/v2/storepage_maps.res116
1 files changed, 116 insertions, 0 deletions
diff --git a/resource/ui/econ/store/v2/storepage_maps.res b/resource/ui/econ/store/v2/storepage_maps.res
new file mode 100644
index 0000000..abe594c
--- /dev/null
+++ b/resource/ui/econ/store/v2/storepage_maps.res
@@ -0,0 +1,116 @@
+#base "StorePage.res"
+
+"Resource/UI/StorePage_Maps.res"
+{
+ "StorePage"
+ {
+ "modelpanels_kv"
+ {
+ "model_xpos" "6"
+ "model_ypos" "-3"
+ "model_wide" "100"
+ "model_tall" "70"
+
+ "itemmodelpanel"
+ {
+ "force_square_image" "1"
+ }
+ }
+ }
+
+ "ClassFilterLabel"
+ {
+ "visible" "0"
+ }
+
+ "ClassFilterNavPanel"
+ {
+ "visible" "0"
+ }
+
+ "ClassFilterLabel"
+ {
+ "visible" "0"
+ }
+
+ "NameFilterLabel"
+ {
+ "visible" "0"
+ }
+
+ "NameFilterTextEntry"
+ {
+ "visible" "0"
+ }
+
+ "SortFilterLabel"
+ {
+ "visible" "0"
+ }
+
+ "SortFilterComboBox"
+ {
+ "visible" "0"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "HudFontSmallBold"
+ "labelText" "#Store_Maps_Title"
+ "textAlignment" "north-west"
+ "xpos" "c-292"
+ "ypos" "20"
+ "zpos" "5"
+ "wide" "500"
+ "tall" "25"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "SubTitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SubTitleLabel"
+ "font" "FontStoreOriginalPrice"
+ "labelText" "#Store_Maps_SubTitle"
+ "textAlignment" "south-west"
+ "xpos" "c-292"
+ "ypos" "30"
+ "zpos" "5"
+ "wide" "500"
+ "tall" "25"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "96 90 85 255"
+ }
+
+ "LearnMoreButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "LearnMoreButton"
+ "xpos" "c175"
+ "ypos" "20"
+ "zpos" "5"
+ "wide" "120"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Store_LearnMore"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "maps_learnmore"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+} \ No newline at end of file