comparison gamelib/gameboard.py @ 468:d5e4959cfe7a

Start of support for restoring level information.
author Simon Cross <hodgestar@gmail.com>
date Tue, 24 Nov 2009 21:20:38 +0000
parents e3408c803b12
children fbbd39cfc975
comparison
equal deleted inserted replaced
467:fdda0f3c956b 468:d5e4959cfe7a
74 FENCE = tiles.REVERSE_TILE_MAP['fence'] 74 FENCE = tiles.REVERSE_TILE_MAP['fence']
75 WOODLAND = tiles.REVERSE_TILE_MAP['woodland'] 75 WOODLAND = tiles.REVERSE_TILE_MAP['woodland']
76 BROKEN_FENCE = tiles.REVERSE_TILE_MAP['broken fence'] 76 BROKEN_FENCE = tiles.REVERSE_TILE_MAP['broken fence']
77 77
78 SIMPLIFY = [ 78 SIMPLIFY = [
79 'level',
79 'tv', 80 'tv',
81 'max_foxes',
80 'chickens', 82 'chickens',
81 'buildings', 83 'buildings',
82 'foxes', 84 'foxes',
83 'cash', 85 'cash',
84 'wood', 86 'wood',