view run_game.py @ 514:55b95bb25ced

On move, revert to the select tool - why would you want to move the same chicken twice? Ctrl-click allows moving current selected chickens without having to use the move tool - saves switching modes repeatedly when rearranging chickens
author David Fraser <davidf@sjsoft.com>
date Fri, 27 Nov 2009 10:06:28 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()