view atc_colors.py @ 18:aa0391c55f93

TODO update committer: Jeff Sipek <jeffpc@jeff.(none)> 1120878980 -0400
author Jeff Sipek <jeffpc@jeff.(none)>
date Sat, 09 Jul 2005 03:16:20 -0400
parents 51bb49991e0c
children 4ea8bb26bc11
line wrap: on
line source

#/*
# * ATC - Air Traffic Controller simulation game
# *
# * Copyright (C) 2004 Josef "Jeff" Sipek <jeffpc@optonline.net>
# *
# * This program is free software; you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * the Free Software Foundation; either version 2 of the License, or
# * (at your option) any later version.
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# * GNU General Public License for more details.
# *
# * You should have received a copy of the GNU General Public License
# * along with this program; if not, write to the Free Software
# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
# *
# * @(#) %M% %I% %E% %U%
# */

black	= 0, 0, 0
blue1	= 0, 182, 227
blue2	= 57, 108, 149
brown	= 199, 103, 0
gray	= 131, 131, 131
green1	= 0, 227, 0
green2	= 0, 149, 0
red	= 255, 0, 0
snow	= 227, 227, 227
white	= 255, 255, 255

planeinfo_ok		= green1
planeinfo_crashed	= brown
planeinfo_emergency	= red
background		= black