summaryrefslogtreecommitdiff
path: root/resource/ui/training/modeselection/modepanel.res
diff options
context:
space:
mode:
authorIgor <[email protected]>2021-07-04 21:31:22 -0400
committerGitHub <[email protected]>2021-07-04 21:31:22 -0400
commit09c61d25921c37ca1db41c464634bf16cbfb7494 (patch)
tree128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/training/modeselection/modepanel.res
parente9e324532cec11efafb57200c135fe3eb8397e22 (diff)
parent9fe1700457db24b0c7c1a7220b612a53a5482687 (diff)
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/training/modeselection/modepanel.res')
-rw-r--r--resource/ui/training/modeselection/modepanel.res111
1 files changed, 111 insertions, 0 deletions
diff --git a/resource/ui/training/modeselection/modepanel.res b/resource/ui/training/modeselection/modepanel.res
new file mode 100644
index 0000000..f73b50b
--- /dev/null
+++ b/resource/ui/training/modeselection/modepanel.res
@@ -0,0 +1,111 @@
+"Resource/training/modeselection/modepanel.res"
+{
+ "ModeInfoContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ModeInfoContainer"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "225"
+ "tall" "205"
+ "visible" "1"
+ "enabled" "1"
+ "border" "CyanBorder"
+
+ "ModeNameLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ModeNameLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%modename%"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "5"
+ "zpos" "2"
+ "wide" "225"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "mouseinputenabled" "0"
+ "fgcolor_override" "TanLight"
+ }
+
+ "DescLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DescLabel"
+ "font" "HudFontSmallest"
+ "labelText" "%description%"
+ "textAlignment" "north"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "225"
+ "tall" "55"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+ "auto_wide_tocontents" "0"
+ "wrap" "1"
+ "centerwrap" "1"
+ }
+
+ "ImageFrame"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ImageFrame"
+ "xpos" "10"
+ "ypos" "25"
+ "wide" "205"
+ "tall" "205"
+ "visible" "1"
+ "enabled" "1"
+ "border" "NoBorder"
+ }
+
+ // Parented to ImageFrame in code.
+ "Image"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "Image"
+ "xpos" "10"
+ "ypos" "32"
+ "wide" "185"
+ "tall" "185"
+ "visible" "1"
+ "enabled" "1"
+ "tileImage" "0"
+ "scaleImage" "1"
+ "image" ""
+ }
+ }
+
+ "StartButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "StartButton"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "225"
+ "tall" "205"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" ""
+ "font" "HudFontMediumSmall"
+ "textAlignment" "center"
+ "paintbackground" "0"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "%startcommand%"
+ "sound_armed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+} \ No newline at end of file