Template:PatchDiff/August 18, 2015 Patch/tf/tf2 misc dir.vpk/resource/ui/hudpasstimepassnotify.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1// enum PinCorner_e
N/A2// {
N/A3// PIN_TOPLEFT = 0,
N/A4// PIN_TOPRIGHT,
N/A5// PIN_BOTTOMLEFT,
N/A6// PIN_BOTTOMRIGHT,
N/A7 
N/A8// // For sibling pinning
N/A9// PIN_CENTER_TOP,
N/A10// PIN_CENTER_RIGHT,
N/A11// PIN_CENTER_BOTTOM,
N/A12// PIN_CENTER_LEFT,
N/A13// };
N/A14 
N/A15"Resource/UI/HudPasstimePassNotify.res"
N/A16{
N/A17 "HudPasstimePassNotify"
N/A18 {
N/A19 "ControlName" "EditablePanel"
N/A20 "fieldName" "HudPasstimePassNotify"
N/A21 "xpos" "0"
N/A22 "ypos" "0"
N/A23 "zpos" "0"
N/A24 "wide" "f0"
N/A25 "tall" "480"
N/A26 "visible" "1"
N/A27 "enabled" "1"
N/A28 }
N/A29 
N/A30 "TextBox"
N/A31 {
N/A32 "ControlName" "EditablePanel"
N/A33 "fieldName" "TextBox"
N/A34 "xpos" "c-75"
N/A35 "ypos" "c-180"
N/A36 "zpos" "1"
N/A37 "wide" "150"
N/A38 "tall" "40"
N/A39 "visible" "1"
N/A40 "enabled" "1"
N/A41 //bgcolor_override "97 94 85 180"
N/A42 border TFFatLineBorder
N/A43 RoundedCorners 255
N/A44 
N/A45 "TopText"
N/A46 {
N/A47 "ControlName" "CExLabel"
N/A48 "fieldName" "TopText"
N/A49 "font" "HudFontMediumSmallBold"
N/A50 "xpos" 0
N/A51 "ypos" "4"
N/A52 "zpos" "3"
N/A53 "wide" "150"
N/A54 "tall" "16"
N/A55 "visible" "1"
N/A56 "enabled" "1"
N/A57 "textAlignment" "center"
N/A58 "labelText" "IN PASS RANGE"
N/A59 fgcolor_override "224 217 197 180"
N/A60 }
N/A61 
N/A62 "BottomText"
N/A63 {
N/A64 "ControlName" "CExLabel"
N/A65 "fieldName" "BottomText"
N/A66 "font" "HudFontSmall"
N/A67 "xpos" "0"
N/A68 "ypos" "0"
N/A69 "wide" "150"
N/A70 "tall" "16"
N/A71 "visible" "1"
N/A72 "enabled" "1"
N/A73 "textAlignment" "center"
N/A74 "labelText" ""
N/A75 pin_to_sibling TopText
N/A76 pin_corner_to_sibling 0
N/A77 pin_to_sibling_corner 2
N/A78 fgcolor_override "224 217 197 180"
N/A79 }
N/A80 }
N/A81 
N/A82 
N/A83 "PassLockIndicator"
N/A84 {
N/A85 ControlName ImagePanel
N/A86 fieldName PassLockIndicator
N/A87 xpos -8
N/A88 ypos 14
N/A89 wide 64
N/A90 tall 64
N/A91 visible 1
N/A92 enabled 1
N/A93 scaleImage 1
N/A94 image "../passtime/hud/passtime_ball_reticle_incomingpass"
N/A95 pin_to_sibling TextBox
N/A96 pin_corner_to_sibling 0
N/A97 pin_to_sibling_corner 1
N/A98 }
N/A99 
N/A100 "SpeechIndicator"
N/A101 {
N/A102 ControlName ImagePanel
N/A103 fieldName SpeechIndicator
N/A104 xpos 8
N/A105 ypos 8
N/A106 wide 48
N/A107 tall 48
N/A108 visible 1
N/A109 enabled 1
N/A110 scaleImage 1
N/A111 image "../passtime/hud/passtime_pass_to_me_prompt"
N/A112 pin_to_sibling TextBox
N/A113 pin_corner_to_sibling 1
N/A114 pin_to_sibling_corner 0
N/A115 }
N/A116}