diff options
Diffstat (limited to 'resource/ui/hudpasstimepassnotify.res')
| -rw-r--r-- | resource/ui/hudpasstimepassnotify.res | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/resource/ui/hudpasstimepassnotify.res b/resource/ui/hudpasstimepassnotify.res new file mode 100644 index 0000000..8b2b9aa --- /dev/null +++ b/resource/ui/hudpasstimepassnotify.res @@ -0,0 +1,137 @@ +"Resource/UI/HudPasstimePassNotify.res" +{ + "HudPasstimePassNotify" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimePassNotify" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "TextBox" + { + "ControlName" "EditablePanel" + "fieldName" "TextBox" + "xpos" "c-150" + "ypos" "c-80" + "zpos" "1" + "wide" "300" + "tall" "46" + "visible" "1" + "enabled" "1" + "border" "NoBorder" + "RoundedCorners" "255" + + "TextInPassRange" + { + "ControlName" "CExLabel" + "fieldName" "TextInPassRange" + "font" "HudFontMediumSmallBold" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeInPassRange" + "fgcolor_override" "White" + } + + "TextLockedOn" + { + "ControlName" "CExLabel" + "fieldName" "TextLockedOn" + "font" "HudFontMediumSmallBold" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeLockedOn" + "fgcolor_override" "White" + } + + "TextPassIncoming" + { + "ControlName" "CExLabel" + "fieldName" "TextPassIncoming" + "font" "HudFontMediumSmallBold" + "xpos" "0" + "ypos" "4" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimePassIncoming" + "fgcolor_override" "White" + } + + "TextPlayerName" + { + "ControlName" "CExLabel" + "fieldName" "TextPlayerName" + "font" "HudFontSmall" + "xpos" "0" + "ypos" "25" + "zpos" "3" + "wide" "300" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" + "fgcolor_override" "White" + } + } + + "PassLockIndicator" + { + "ControlName" "ImagePanel" + "fieldName" "PassLockIndicator" + "xpos" "-8" + "ypos" "14" + "wide" "64" + "zpos" "3" + "tall" "64" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_ball_reticle_incomingpass" + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "1" + } + + "SpeechIndicator" + { + "ControlName" "ImagePanel" + "fieldName" "SpeechIndicator" + "xpos" "8" + "ypos" "8" + "zpos" "3" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_pass_to_me_prompt" + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "0" + } +}
\ No newline at end of file |
