SpaceInvaders-0.4.1: src/ColorBindings.hs
{- $Id: ColorBindings.hs,v 1.2 2003/11/10 21:28:58 antony Exp $
******************************************************************************
* I N V A D E R S *
* *
* Module: ColorBindings *
* Purpose: Definition of colours for various objects. *
* Author: Henrik Nilsson *
* *
* Copyright (c) Yale University, 2003 *
* *
******************************************************************************
-}
module ColorBindings where
import Colors
------------------------------------------------------------------------------
-- Landscape colors
------------------------------------------------------------------------------
distantMountainColor = MidnightBlue
closeMountainColor = Purple
groundColor = Red
------------------------------------------------------------------------------
-- Object colour bindings
------------------------------------------------------------------------------
gunColor = White
missileColor = Yellow
alienColor = LimeGreen
alienWingColor = CornflowerBlue
alienDoorColor = Orange