Template:PatchDiff/August 15, 2012 Patch/team fortress 2 content.gcf/tf/resource/ui/MvMCreditSubPanel.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/MvMCreditSubPanel.res"
N/A2{
N/A3 "HeaderLabel"
N/A4 {
N/A5 "ControlName" "CExLabel"
N/A6 "fieldName" "HeaderLabel"
N/A7 "font" "HudFontSmallBold"
N/A8 "labelText" "%header%"
N/A9 "textAlignment" "north-west"
N/A10 "xpos" "0"
N/A11 "ypos" "0"
N/A12 "wide" "300"
N/A13 "tall" "15"
N/A14 "fgcolor" "tanlight"
N/A15 }
N/A16 
N/A17 "TableBackground"
N/A18 {
N/A19 "ControlName" "EditablePanel"
N/A20 "fieldName" "TestBackground"
N/A21 "xpos" "0"
N/A22 "ypos" "14"
N/A23 "zpos" "-1"
N/A24 "wide" "190"
N/A25 "tall" "42"
N/A26 "visible" "1"
N/A27 "bgcolor_override" "20 20 20 50"
N/A28 }
N/A29 
N/A30 "CreditCollectedTextLabel"
N/A31 {
N/A32 "ControlName" "CExLabel"
N/A33 "fieldName" "CreditCollectedTextLabel"
N/A34 "font" "HudFontSmall"
N/A35 "labelText" "#TF_PVE_Collected"
N/A36 "textAlignment" "north-west"
N/A37 "xpos" "10"
N/A38 "ypos" "15"
N/A39 "wide" "70"
N/A40 "fgcolor" "tanlight"
N/A41 }
N/A42 
N/A43 "CreditCollectedCountLabel"
N/A44 {
N/A45 "ControlName" "CExLabel"
N/A46 "fieldName" "CreditCollectedCountLabel"
N/A47 "font" "HudFontSmall"
N/A48 "labelText" "%creditscollected%"
N/A49 "textAlignment" "north-east"
N/A50 "xpos" "100"
N/A51 "ypos" "15"
N/A52 "wide" "30"
N/A53 "fgcolor" "CreditsGreen"
N/A54 }
N/A55 
N/A56 "CreditMissedTextLabel"
N/A57 {
N/A58 "ControlName" "CExLabel"
N/A59 "fieldName" "CreditMissedTextLabel"
N/A60 "font" "HudFontSmall"
N/A61 "labelText" "#TF_PVE_Missed"
N/A62 "textAlignment" "north-west"
N/A63 "xpos" "10"
N/A64 "ypos" "27"
N/A65 "wide" "70"
N/A66 "fgcolor" "tanlight"
N/A67 }
N/A68 
N/A69 "CreditMissedCountLabel"
N/A70 {
N/A71 "ControlName" "CExLabel"
N/A72 "fieldName" "CreditMissedCountLabel"
N/A73 "font" "HudFontSmall"
N/A74 "labelText" "%creditsmissed%"
N/A75 "textAlignment" "north-east"
N/A76 "xpos" "100"
N/A77 "ypos" "27"
N/A78 "wide" "30"
N/A79 "fgcolor" "RedSolid"
N/A80 }
N/A81 
N/A82 "CreditBonusTextLabel"
N/A83 {
N/A84 "ControlName" "CExLabel"
N/A85 "fieldName" "CreditCollectedTextLabel"
N/A86 "font" "HudFontSmall"
N/A87 "labelText" "#TF_PVE_Bonus"
N/A88 "textAlignment" "north-west"
N/A89 "xpos" "10"
N/A90 "ypos" "39"
N/A91 "wide" "70"
N/A92 "fgcolor" "tanlight"
N/A93 }
N/A94 
N/A95 "CreditBonusCountLabel"
N/A96 {
N/A97 "ControlName" "CExLabel"
N/A98 "fieldName" "CreditCollectedCountLabel"
N/A99 "font" "HudFontSmall"
N/A100 "labelText" "%creditbonus%"
N/A101 "textAlignment" "north-east"
N/A102 "xpos" "100"
N/A103 "ypos" "39"
N/A104 "wide" "30"
N/A105 "fgcolor" "CreditsGreen"
N/A106 }
N/A107 
N/A108 "CreditRatingLabelShadow"
N/A109 {
N/A110 "ControlName" "CExLabel"
N/A111 "fieldName" "CreditRatingLabelShadow"
N/A112 "font" "HudFontMediumBold"
N/A113 "labelText" "%ratingshadow%"
N/A114 "textAlignment" "center"
N/A115 "xpos" "126"
N/A116 "ypos" "26"
N/A117 "wide" "70"
N/A118 "tall" "20"
N/A119 "fgcolor" "Black"
N/A120 }
N/A121 
N/A122 "CreditRatingLabel"
N/A123 {
N/A124 "ControlName" "CExLabel"
N/A125 "fieldName" "CreditCollectedTextLabel"
N/A126 "font" "HudFontMediumBold"
N/A127 "labelText" "%rating%"
N/A128 "textAlignment" "center"
N/A129 "xpos" "125"
N/A130 "ypos" "25"
N/A131 "wide" "70"
N/A132 "tall" "20"
N/A133 "fgcolor" "tanlight"
N/A134 }
N/A135}