comparison gamelib/constants.py @ 561:7f037ee2a6c8

Show count of selected chickens in buildings
author Neil Muller <drnlmuller@gmail.com>
date Sat, 28 Nov 2009 18:40:04 +0000
parents 46fa3cdfddf4
children a8dde729000a
comparison
equal deleted inserted replaced
560:8cd13b82585e 561:7f037ee2a6c8
15 # GUI constants 15 # GUI constants
16 16
17 SCREEN = (800, 600) 17 SCREEN = (800, 600)
18 FG_COLOR = (255, 255, 255) 18 FG_COLOR = (255, 255, 255)
19 PREDATOR_COUNT_COLOR = (255, 100, 0) # Approximately fox coloured 19 PREDATOR_COUNT_COLOR = (255, 100, 0) # Approximately fox coloured
20 SELECTED_COUNT_COLOR = (0, 128, 235) # Selection highlight colour
20 BG_COLOR = (0, 0, 0) 21 BG_COLOR = (0, 0, 0)
21 22
22 # Mixer constants 23 # Mixer constants
23 FREQ = 44100 # same as audio CD 24 FREQ = 44100 # same as audio CD
24 BITSIZE = -16 # unsigned 16 bit 25 BITSIZE = -16 # unsigned 16 bit