diff options
| author | RaysFire <[email protected]> | 2013-02-15 02:32:15 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-02-15 02:32:15 -0600 |
| commit | 09432500bcdf5286b245b4284a85ab6f2ce10ded (patch) | |
| tree | 25ca9d25b5124bb651ad6bca527dcbe3062237ea /minmode/resource/ui/IntroMenu.res | |
| parent | bc0feedc96af1f5a324a0c66d39c30b2384eec1a (diff) | |
Fixed a few errors being output to console upon game launch
Diffstat (limited to 'minmode/resource/ui/IntroMenu.res')
| -rw-r--r-- | minmode/resource/ui/IntroMenu.res | 19 |
1 files changed, 8 insertions, 11 deletions
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 |
