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

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/WaveCompletePanel.res"
N/A2{
N/A3 "Background"
N/A4 {
N/A5 "ControlName" "ScalableImagePanel"
N/A6 "fieldName" "Background"
N/A7 "xpos" "0"
N/A8 "ypos" "0"
N/A9 "wide" "250"
N/A10 "tall" "80"
N/A11 "autoResize" "0"
N/A12 "pinCorner" "0"
N/A13 "visible" "1"
N/A14 "enabled" "1"
N/A15 "image" "../HUD/tournament_panel_brown"
N/A16 
N/A17 "src_corner_height" "22" // pixels inside the image
N/A18 "src_corner_width" "22"
N/A19 
N/A20 "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
N/A21 "draw_corner_height" "5"
N/A22 }
N/A23 
N/A24 "WaveCompleteContainer"
N/A25 {
N/A26 "ControlName" "EditablePanel"
N/A27 "fieldName" "WaveCompleteContainer"
N/A28 "xpos" "0"
N/A29 "ypos" "0"
N/A30 "wide" "250"
N/A31 "tall" "35"
N/A32 "visible" "1"
N/A33 "PaintBackgroundType" "2"
N/A34 
N/A35 "WaveCompleteLabelShadow"
N/A36 {
N/A37 "ControlName" "CExLabel"
N/A38 "fieldName" "WaveCompleteLabelShadow"
N/A39 "font" "HudFontMediumSmallBold"
N/A40 "textAlignment" "center"
N/A41 "labelText" "%titletextshadow%"
N/A42 "xpos" "3"
N/A43 "ypos" "3"
N/A44 "wide" "245"
N/A45 "tall" "36"
N/A46 "visible" "1"
N/A47 "enabled" "1"
N/A48 "fgcolor" "black"
N/A49 
N/A50 // Red Background
N/A51 "PaintBackgroundType" "2"
N/A52 "fgcolor_override" "black"
N/A53 "bgcolor_override" "190 60 60 225"
N/A54 }
N/A55 
N/A56 "WaveCompleteLabel"
N/A57 {
N/A58 "ControlName" "CExLabel"
N/A59 "fieldName" "WaveCompleteLabel"
N/A60 "font" "HudFontMediumSmallBold"
N/A61 "textAlignment" "center"
N/A62 "labelText" "%titletext%"
N/A63 "xpos" "2"
N/A64 "ypos" "2"
N/A65 "wide" "244"
N/A66 "tall" "35"
N/A67 "visible" "1"
N/A68 "enabled" "1"
N/A69 "fgcolor" "tanlight"
N/A70 }
N/A71 }
N/A72 
N/A73 "CreditContainer"
N/A74 {
N/A75 "ControlName" "EditablePanel"
N/A76 "fieldName" "CreditContainer"
N/A77 "xpos" "0"
N/A78 "ypos" "30"
N/A79 "wide" "400"
N/A80 "tall" "400"
N/A81 "autoResize" "1"
N/A82 "visible" "1"
N/A83 
N/A84 "CreditCollectedTextLabel"
N/A85 {
N/A86 "ControlName" "CExLabel"
N/A87 "fieldName" "CreditCollectedTextLabel"
N/A88 "font" "HudFontSmall"
N/A89 "labelText" "#TF_PVE_CurrencyCollected"
N/A90 "textAlignment" "north-east"
N/A91 "xpos" "0"
N/A92 "ypos" "5"
N/A93 "wide" "105"
N/A94 "fgcolor" "tanlight"
N/A95 }
N/A96 
N/A97 "CreditCollectedCountLabel"
N/A98 {
N/A99 "ControlName" "CExLabel"
N/A100 "fieldName" "CreditCollectedCountLabel"
N/A101 "font" "HudFontSmall"
N/A102 "labelText" "%creditscollected%"
N/A103 "textAlignment" "north-east"
N/A104 "xpos" "115"
N/A105 "ypos" "5"
N/A106 "wide" "30"
N/A107 "fgcolor" "CreditsGreen"
N/A108 }
N/A109 
N/A110 "CreditMissedTextLabel"
N/A111 {
N/A112 "ControlName" "CExLabel"
N/A113 "fieldName" "CreditMissedTextLabel"
N/A114 "font" "HudFontSmall"
N/A115 "labelText" "#TF_PVE_Missed"
N/A116 "textAlignment" "north-east"
N/A117 "xpos" "0"
N/A118 "ypos" "17"
N/A119 "wide" "105"
N/A120 "fgcolor" "tanlight"
N/A121 }
N/A122 
N/A123 "CreditMissedCountLabel"
N/A124 {
N/A125 "ControlName" "CExLabel"
N/A126 "fieldName" "CreditMissedCountLabel"
N/A127 "font" "HudFontSmall"
N/A128 "labelText" "%creditsmissed%"
N/A129 "textAlignment" "north-east"
N/A130 "xpos" "115"
N/A131 "ypos" "17"
N/A132 "wide" "30"
N/A133 "fgcolor" "RedSolid"
N/A134 }
N/A135 
N/A136 "CreditBonusTextLabel"
N/A137 {
N/A138 "ControlName" "CExLabel"
N/A139 "fieldName" "CreditBonusTextLabel"
N/A140 "font" "HudFontSmall"
N/A141 "labelText" "#TF_PVE_Bonus"
N/A142 "textAlignment" "north-east"
N/A143 "xpos" "0"
N/A144 "ypos" "29"
N/A145 "wide" "105"
N/A146 "fgcolor" "tanlight"
N/A147 }
N/A148 
N/A149 "CreditBonusCountLabel"
N/A150 {
N/A151 "ControlName" "CExLabel"
N/A152 "fieldName" "CreditBonusCountLabel"
N/A153 "font" "HudFontSmall"
N/A154 "labelText" "%creditbonus%"
N/A155 "textAlignment" "north-east"
N/A156 "xpos" "115"
N/A157 "ypos" "29"
N/A158 "wide" "30"
N/A159 "fgcolor" "CreditsGreen"
N/A160 }
N/A161 }
N/A162 
N/A163 "RatingContainer"
N/A164 {
N/A165 "ControlName" "EditablePanel"
N/A166 "fieldName" "RatingContainer"
N/A167 "xpos" "140"
N/A168 "ypos" "30"
N/A169 "wide" "400"
N/A170 "tall" "400"
N/A171 "autoResize" "1"
N/A172 "visible" "1"
N/A173 
N/A174 "RatingLabel"
N/A175 {
N/A176 "ControlName" "CExLabel"
N/A177 "fieldName" "RatingLabel"
N/A178 "font" "HudFontSmall"
N/A179 "labelText" "%ratinglabel%"
N/A180 "textAlignment" "center"
N/A181 "xpos" "0"
N/A182 "ypos" "0"
N/A183 "wide" "115"
N/A184 "fgcolor" "tanlight"
N/A185 }
N/A186 
N/A187 "RatingTextShadow"
N/A188 {
N/A189 "ControlName" "CExLabel"
N/A190 "fieldName" "RatingTextShadow"
N/A191 "font" "HudFontMediumBold"
N/A192 "labelText" "%ratingscoreshadow%"
N/A193 "textAlignment" "center"
N/A194 "xpos" "1"
N/A195 "ypos" "23"
N/A196 "wide" "115"
N/A197 "fgcolor" "Black"
N/A198 }
N/A199 
N/A200 "RatingText"
N/A201 {
N/A202 "ControlName" "CExLabel"
N/A203 "fieldName" "RatingText"
N/A204 "font" "HudFontMediumBold"
N/A205 "labelText" "%ratingscore%"
N/A206 "textAlignment" "center"
N/A207 "xpos" "0"
N/A208 "ypos" "22"
N/A209 "wide" "115"
N/A210 "fgcolor" "White"
N/A211 }
N/A212 }
N/A213}