
"A collection of default values for the Galax client"

PlayerName		= 'Player'
ServerHost		= 'localhost'
ServerPort		= 42529

PollInterval	= 1

WindowTitle		= 'Galax Client'
ClientName		= 'Galax Client'

CanvasWidth		= 340
CanvasHeight	= 340
CanvasBorder	= 10
CanvasBG		= "white"
CanvasFont		= "Helvetica 9"

SidebarWidth	= 200

PlanetBitmap	= "planet.xbm"
AShipBitmap		= "aship.xbm"
DShipBitmap		= "dship.xbm"
BulletBitmap	= "shot.xbm"

DataPath		= ""
