Changeset 55:3a409e058608 for gamelib/constants.py
- Timestamp:
- Aug 31, 2009, 6:30:02 PM (11 years ago)
- Branch:
- default
- Convert:
- svn:b4e93282-eac8-4b8b-b765-0f5d36de2b68@56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gamelib/constants.py
r52 r55 20 20 # Game constants 21 21 22 STARTING_CASH = 100 22 STARTING_CASH = 1000 23 23 SELL_PRICE_CHICKEN = 10 24 24 BUY_PRICE_FENCE = 50 25 BUY_PRICE_HENHOUSE = 100 25 26 26 27 TOOL_SELL_CHICKEN = 1
Note: See TracChangeset
for help on using the changeset viewer.