From 90572a5be5d690c578f6bd6fcbe21dada75a1d81 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 15:19:03 -0400 Subject: Added Training Mode panels --- resource/ui/training/basictraining/classpanel.res | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 resource/ui/training/basictraining/classpanel.res (limited to 'resource/ui/training/basictraining/classpanel.res') 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 -- cgit v1.2.3