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/IntroMenu.res | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'minmode/resource/ui/IntroMenu.res') 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