summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/HudCurrencyAccount.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2012-12-10 20:08:22 -0600
committerRaysFire <[email protected]>2012-12-10 20:08:22 -0600
commit3a9cb7447bb27114d7298a68d83d25ec499c1d2d (patch)
tree829f26b7dbe7155f2a16511356c4dad1ad6d5b2f /minmode/resource/ui/HudCurrencyAccount.res
parentbc682d70ef82b455ec00b4e7820c3942f395733d (diff)
Added in a minmode!
Diffstat (limited to 'minmode/resource/ui/HudCurrencyAccount.res')
-rw-r--r--minmode/resource/ui/HudCurrencyAccount.res99
1 files changed, 99 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudCurrencyAccount.res b/minmode/resource/ui/HudCurrencyAccount.res
new file mode 100644
index 0000000..13435b2
--- /dev/null
+++ b/minmode/resource/ui/HudCurrencyAccount.res
@@ -0,0 +1,99 @@
+"Resource/UI/HudCurrencyAccount.res"
+{
+ "CurrencyBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "CurrencyBG"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
+ }
+
+ "CurrencyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CurrencyLabel"
+ "font" "Cerbetica14"
+ "fgcolor" "TanLight"
+ "xpos" "5"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "40"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "west"
+ "labelText" "Currency"
+ }
+
+ "Currency"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Currency"
+ "font" "Cerbetica16"
+ "fgcolor" "OmpText"
+ "xpos" "45"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "50"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "east"
+ "labelText" "%currency%"
+ }
+
+ "CurrencyShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CurrencyShadow"
+ "font" "Cerbetica16"
+ "fgcolor" "Black"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "3"
+ "wide" "90"
+ "tall" "45"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "center"
+ "labelText" "%currency%"
+ }
+
+ "WhiteBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "WhiteBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "1"
+ "wide" "60"
+ "tall" "18"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "TanLight"
+ }
+
+ "GreenBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "WhiteBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "2"
+ "wide" "58"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "CreditsGreen"
+ }
+} \ No newline at end of file