diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/hudpasstimepassnotify.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
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 |
