diff options
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 |
