changeset 520:3e19a7f5333e

Tweak controls dialog
author Neil Muller <drnlmuller@gmail.com>
date Fri, 27 Nov 2009 14:01:29 +0000
parents f84ad10a9625
children 787eb032bf8a
files gamelib/toolbar.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/toolbar.py	Fri Nov 27 13:55:07 2009 +0000
+++ b/gamelib/toolbar.py	Fri Nov 27 14:01:29 2009 +0000
@@ -162,7 +162,8 @@
         COMBOS = {
                 'Select Multiple chickens' : 'Shift & Left Click',
                 'Move selected chickens' : 'Ctrl & Left Click',
-                'Change to move tool' : 'Right Click',
+                'Toggle between select and move' : 'Right Click',
+                'Unselect current tool and all chickens' : 'Middle Click',
                 'Save selection' : 'Ctrl & 0 .. 9',
                 'Recall saved selection' : '0 .. 9',
                 'Exit game' : 'Esc',
@@ -170,7 +171,7 @@
 
         tbl = gui.Table()
         tbl.tr()
-        doc = gui.Document(width=410)
+        doc = gui.Document(width=610)
         space = doc.style.font.size(" ")
         for header in ['Action', 'Combination']:
             doc.add(misc.make_box(header))