ctf.environment
Class DefaultGameColorMap

java.lang.Object
  |
  +--ctf.environment.GameColorMap
        |
        +--ctf.environment.DefaultGameColorMap

class DefaultGameColorMap
extends GameColorMap

Standard color map for ctf game.

Author:
Jason Rohrer

Field Summary
(package private)  String mName
           
 
Fields inherited from class ctf.environment.GameColorMap
mBackgroundColor, mFillColor, mFlagPoleColor, mKnownImpementingClasses, mLineColor, mMineButtonColor, mObstacleColor, mTeamColors
 
Constructor Summary
(package private) DefaultGameColorMap()
          Constructs a DefaultGameColorMap.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mName

String mName
Constructor Detail

DefaultGameColorMap

DefaultGameColorMap()
Constructs a DefaultGameColorMap.