Added ALT-V,CTRL-V docu.

This commit is contained in:
johns 2002-05-14 00:12:21 +00:00
parent e5f0f8af61
commit 38d5a0e8c7
3 changed files with 9 additions and 2 deletions

View file

@ -804,6 +804,7 @@
<LI>Added support for complete campaign/level in a zip file or directory.
<LI>Water effect intro screen.
<LI>New define-unit-type syntax for save/load/config.
<LI>Multiple viewports support (from Latimerius).
<LI>+++
</UL>

View file

@ -286,6 +286,8 @@ freecraft [OPTIONS] [map.pud|map.pud.gz]
Center on last message.
<LI><KBD>ALT+I, CTRL+I</KBD><BR>
Find an idle worker.
<LI><KBD>ALT+V, CTRL+V</KBD><BR>
Cycle through the pre-defined viewpoints configurations.
</UL>
<H3>Mouse commands</H3>

View file

@ -1206,8 +1206,12 @@ local Menuitem KeystrokeHelpMenuItems[] = {
{ MI_TYPE_TEXT, 16, 40+20*12, 0, GameFont, NULL, NULL,
{ text:{ "Alt-I - find idle peon", MI_TFLAGS_LALIGN} } },
{ MI_TYPE_TEXT, 16, 40+20*13, 0, GameFont, NULL, NULL,
{ text:{ "F10 - game menu", MI_TFLAGS_LALIGN} } },
{ text:{ "Alt-V - next view port", MI_TFLAGS_LALIGN} } },
{ MI_TYPE_TEXT, 16, 40+20*14, 0, GameFont, NULL, NULL,
{ text:{ "Ctrl-V - previous view port", MI_TFLAGS_LALIGN} } },
{ MI_TYPE_TEXT, 16, 40+20*15, 0, GameFont, NULL, NULL,
{ text:{ "F10 - game menu", MI_TFLAGS_LALIGN} } },
{ MI_TYPE_TEXT, 16, 40+20*16, 0, GameFont, NULL, NULL,
{ text:{ "F5 - game options", MI_TFLAGS_LALIGN} } },
@ -1491,7 +1495,7 @@ global Menu Menus[] = {
16+(14*TileSizeY-352)/2,
352, 352,
ImagePanel5,
17, 17,
19, 19,
KeystrokeHelpMenuItems,
NULL,
},