# HG changeset patch # User Neil Muller # Date 1259330489 0 # Node ID 3e19a7f5333e7e25c8eb3be31c03c07bc4743074 # Parent f84ad10a96252a3e9de965da043530f22a2dbdcc Tweak controls dialog diff -r f84ad10a9625 -r 3e19a7f5333e gamelib/toolbar.py --- 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))