view atc_config.py @ 35:c0c52fb4a7fd

Moved most of single player game code into new class Game() This will simplify code management between single/multi-player game modes
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Thu, 18 Aug 2005 00:14:13 -0500
parents aa7332d16d82
children
line wrap: on
line source

# type of labels used to display plane info
#
# values:
#	1 (default)	= realistic
#	2		= very detailed

plane_label	= 1

# relative location of the plane specs directory
plane_spec_dir	= "planes"

# relative location of the maps directory
maps_dir	= "maps"