comparison gamelib/constants.py @ 105:7910b4e01dba

Add chicken moving tool and start of animal placement.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 18:10:52 +0000
parents 23a8b2e49e9f
children 4527e09dc620
comparison
equal deleted inserted replaced
104:d17375586866 105:7910b4e01dba
35 35
36 TOOL_SELL_CHICKEN = 1 36 TOOL_SELL_CHICKEN = 1
37 TOOL_SELL_EGG = 2 37 TOOL_SELL_EGG = 2
38 TOOL_SELL_BUILDING = 3 38 TOOL_SELL_BUILDING = 3
39 TOOL_BUY_FENCE = 4 39 TOOL_BUY_FENCE = 4
40 TOOL_PLACE_ANIMALS = 5