diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 15:19:03 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 15:19:03 -0400 |
| commit | 90572a5be5d690c578f6bd6fcbe21dada75a1d81 (patch) | |
| tree | 93e77f097f12eb61534550e4b59a0d12cb90a593 /resource/ui/training/basictraining/classpanel.res | |
| parent | 37603a8118b9793c9c545e01479992d1b09d2afc (diff) | |
Added Training Mode panels
Diffstat (limited to 'resource/ui/training/basictraining/classpanel.res')
| -rw-r--r-- | resource/ui/training/basictraining/classpanel.res | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/resource/ui/training/basictraining/classpanel.res b/resource/ui/training/basictraining/classpanel.res new file mode 100644 index 0000000..7193004 --- /dev/null +++ b/resource/ui/training/basictraining/classpanel.res @@ -0,0 +1,52 @@ +"Resource/training/basictraining/classpanel.res" +{ + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "illustrations/training_basic" + } + + "SelectButton" + { + "ControlName" "CExButton" + "fieldName" "SelectButton" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%selectbuttontext%" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "%selectcommand%" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "ProgressLabel" + "font" "HudFontSmallest" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "241" + "wide" "30" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "fgcolor_override" "201 79 57 255" + } +}
\ No newline at end of file |
