summaryrefslogtreecommitdiff
path: root/resource/ui/mvmcreditsubpanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-04-16 10:42:15 -0400
committerGitHub <[email protected]>2019-04-16 10:42:15 -0400
commit309842659d85b00489c26f98f39227dafd9ce1ee (patch)
treeee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/mvmcreditsubpanel.res
parentec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff)
parent54c716614a85791c499672f27c404a71e6bf187e (diff)
Merge pull request #128 from raysfire/temp
Changed All Files to Lowercase
Diffstat (limited to 'resource/ui/mvmcreditsubpanel.res')
-rw-r--r--resource/ui/mvmcreditsubpanel.res128
1 files changed, 128 insertions, 0 deletions
diff --git a/resource/ui/mvmcreditsubpanel.res b/resource/ui/mvmcreditsubpanel.res
new file mode 100644
index 0000000..bc00cc8
--- /dev/null
+++ b/resource/ui/mvmcreditsubpanel.res
@@ -0,0 +1,128 @@
+"Resource/UI/MvMCreditSubPanel.res"
+{
+ "HeaderLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "HeaderLabel"
+ "font" "HudFontSmallBold"
+ "labelText" "%header%"
+ "textAlignment" "north-west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "300"
+ "tall" "15"
+ "fgcolor" "TanLight"
+ }
+
+ "TableBackground"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "TableBackground"
+ "xpos" "0"
+ "ypos" "14"
+ "zpos" "-1"
+ "wide" "190"
+ "tall" "42"
+ "visible" "1"
+ "bgcolor_override" "20 20 20 200"
+ }
+
+ "CreditCollectedTextLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditCollectedTextLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_PVE_Collected"
+ "textAlignment" "north-west"
+ "xpos" "9"
+ "ypos" "15"
+ "wide" "70"
+ "tall" "12"
+ "fgcolor" "TanLight"
+ }
+
+ "CreditCollectedCountLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditCollectedCountLabel"
+ "font" "HudFontSmall"
+ "labelText" "%creditscollected%"
+ "textAlignment" "north-east"
+ "xpos" "100"
+ "ypos" "15"
+ "wide" "30"
+ "tall" "12"
+ "fgcolor" "CreditsGreen"
+ }
+
+ "CreditMissedTextLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditMissedTextLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_PVE_Missed"
+ "textAlignment" "north-west"
+ "xpos" "10"
+ "ypos" "27"
+ "wide" "70"
+ "tall" "12"
+ "fgcolor" "TanLight"
+ }
+
+ "CreditMissedCountLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditMissedCountLabel"
+ "font" "HudFontSmall"
+ "labelText" "%creditsmissed%"
+ "textAlignment" "north-east"
+ "xpos" "100"
+ "ypos" "27"
+ "wide" "30"
+ "tall" "12"
+ "fgcolor" "RedSolid"
+ }
+
+ "CreditBonusTextLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditBonusTextLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_PVE_Bonus"
+ "textAlignment" "north-west"
+ "xpos" "10"
+ "ypos" "39"
+ "wide" "70"
+ "tall" "12"
+ "fgcolor" "TanLight"
+ }
+
+ "CreditBonusCountLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditBonusCountLabel"
+ "font" "HudFontSmall"
+ "labelText" "%creditbonus%"
+ "textAlignment" "north-east"
+ "xpos" "100"
+ "ypos" "39"
+ "wide" "30"
+ "tall" "12"
+ "fgcolor" "CreditsGreen"
+ }
+
+ "CreditRatingLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditRatingLabel"
+ "font" "HudFontMediumBold"
+ "labelText" "%rating%"
+ "textAlignment" "center"
+ "xpos" "125"
+ "ypos" "25"
+ "zpos" "1"
+ "wide" "70"
+ "tall" "20"
+ "fgcolor" "TanLight"
+ }
+} \ No newline at end of file