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/hudtraining.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/hudtraining.res')
| -rw-r--r-- | resource/ui/hudtraining.res | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/resource/ui/hudtraining.res b/resource/ui/hudtraining.res new file mode 100644 index 0000000..3fd3c51 --- /dev/null +++ b/resource/ui/hudtraining.res @@ -0,0 +1,114 @@ +"Resource/UI/HudTraining.res" +{ + "ObjectiveStatusTraining" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTraining" + "xpos" "c-160" + "ypos" "r108" + "zpos" "1" + "wide" "320" + "tall" "90" + "visible" "1" + "enabled" "1" + } + + "GoalLabel" + { + "ControlName" "CExLabel" + "fieldName" "GoalLabel" + "fgcolor" "TanLight" + "xpos" "20" + "ypos" "5" + "zpos" "4" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "%goal%" + "font" "HudFontMediumSmall" + "textAlignment" "North" + } + + "GoalLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "GoalLabelShadow" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "wrap" "1" + "labelText" "%goal%" + "font" "HudFontMediumSmall" + "textAlignment" "North" + + "pin_to_sibling" "GoalLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "MsgLabel" + { + "ControlName" "CExRichText" + "fieldName" "MsgLabel" + "fgcolor" "TanLight" + "xpos" "20" + "ypos" "25" + "zpos" "3" + "wide" "280" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "font" "HudFontSmall" + } + + "PressSpacebarToContinue" + { + "ControlName" "CExLabel" + "fieldName" "PressSpacebarToContinue" + "fgcolor" "TanLight" + "xpos" "20" + "ypos" "70" + "zpos" "3" + "wide" "280" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "#TF_Training_SpaceToContinue" + "textAlignment" "North" + "font" "TFFontMedium" + } + + "HudTrainingMsgBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTrainingMsgBG" + "xpos" "-5" + "ypos" "-25" + "zpos" "2" + "wide" "330" + "tall" "205" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } +}
\ No newline at end of file |
