diff options
| author | RaysFire <[email protected]> | 2013-09-28 18:09:21 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-09-28 18:09:21 -0500 |
| commit | 1c72ee0803225a6e9f7ab8c5794a833d6401c7a5 (patch) | |
| tree | d5a846e93043d73930e89986791977b7bce661c6 /minmode/resource/ui/MapInfoMenu.res | |
| parent | eb63235b9b9366cf57aaa86c63a159db135dc376 (diff) | |
Added in nicer screen for viewing stats,, and navigating the MOTD/Map Info screens via E
Diffstat (limited to 'minmode/resource/ui/MapInfoMenu.res')
| -rw-r--r-- | minmode/resource/ui/MapInfoMenu.res | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/minmode/resource/ui/MapInfoMenu.res b/minmode/resource/ui/MapInfoMenu.res index 02b69a8..40cd693 100644 --- a/minmode/resource/ui/MapInfoMenu.res +++ b/minmode/resource/ui/MapInfoMenu.res @@ -115,6 +115,35 @@ { "ControlName" "CExButton" "fieldName" "MapInfoContinue" + "xpos" "99999" + "ypos" "9999" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "1" + "command" "continue" + "default" "1" + "font" "Blank" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "MapInfoContinue2" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "MapInfoContinue2" "xpos" "c-60" "ypos" "c96" "zpos" "6" @@ -124,7 +153,7 @@ "pinCorner" "2" "visible" "1" "enabled" "1" - "labelText" "#TF_Continue" + "labelText" "CONTINUE (&E)" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
