diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Nov 28 18:27:59 2009 +0000
+++ b/gamelib/constants.py	Sat Nov 28 18:40:04 2009 +0000
@@ -17,6 +17,7 @@
 SCREEN = (800, 600)
 FG_COLOR = (255, 255, 255)
 PREDATOR_COUNT_COLOR = (255, 100, 0) # Approximately fox coloured
+SELECTED_COUNT_COLOR = (0, 128, 235) # Selection highlight colour
 BG_COLOR = (0, 0, 0)
 
 # Mixer constants