From 09432500bcdf5286b245b4284a85ab6f2ce10ded Mon Sep 17 00:00:00 2001 From: RaysFire Date: Fri, 15 Feb 2013 02:32:15 -0600 Subject: Fixed a few errors being output to console upon game launch --- minmode/resource/ui/HudInspectPanel.res | 43 ++++++++++++++++----------------- minmode/resource/ui/IntroMenu.res | 19 ++++++--------- 2 files changed, 29 insertions(+), 33 deletions(-) (limited to 'minmode') diff --git a/minmode/resource/ui/HudInspectPanel.res b/minmode/resource/ui/HudInspectPanel.res index 8e1f2b5..ca0f3b6 100644 --- a/minmode/resource/ui/HudInspectPanel.res +++ b/minmode/resource/ui/HudInspectPanel.res @@ -37,7 +37,7 @@ } "ItemBackground" - { + { "ControlName" "ImagePanel" "fieldName" "ItemBackground" "xpos" "0" @@ -50,9 +50,9 @@ "visible" "1" "enabled" "1" "fillcolor" "0 0 0 100" - } - "TitleBackground" - { + } + "TitleBackground" + { "ControlName" "ImagePanel" "fieldName" "TitleBackground" "xpos" "4" @@ -65,7 +65,7 @@ "visible" "1" "enabled" "1" "fillcolor" "0 0 0 100" - } + } "ItemLabel" @@ -90,23 +90,22 @@ "attriblabel" { - "ControlName" "CExLabel" - "fieldName" "attriblabel" - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "2" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "north" - "fgcolor" "235 226 202 255" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "north" + "fgcolor" "235 226 202 255" + "centerwrap" "1" } } } -s \ No newline at end of file diff --git a/minmode/resource/ui/IntroMenu.res b/minmode/resource/ui/IntroMenu.res index e0e9518..78e20b4 100644 --- a/minmode/resource/ui/IntroMenu.res +++ b/minmode/resource/ui/IntroMenu.res @@ -63,14 +63,11 @@ "Continue" [$WIN32] { - "ControlName" "CExButton" + { + "ControlName" "CExButton" "fieldName" "Continue" "xpos" "r190" - "xpos_lodef" "r222" - "xpos_hidef" "r232" "ypos" "r40" - "ypos_lodef" "r64" - "ypos_hidef" "r54" "zpos" "6" "wide" "150" "tall" "30" @@ -78,12 +75,12 @@ "pinCorner" "2"` "visible" "0" "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Continue" - "textAlignment" "center" + "tabPosition" "0" + "labelText" "CONTINUE" + "textAlignment" "center" "dulltext" "0" - "brighttext" "0" - "wrap" "0" + "brighttext" "0" + "wrap" "0" "command" "skip" "font" "MenuSmallFont" } @@ -278,4 +275,4 @@ "icon" "#GameUI_Icons_A_BUTTON" } } -} +} \ No newline at end of file -- cgit v1.2.3