ctf.environment
Class RetroGameColorMap

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

class RetroGameColorMap
extends GameColorMap

Vector green 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) RetroGameColorMap()
          Constructs a RetroGameColorMap.
 
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

RetroGameColorMap

RetroGameColorMap()
Constructs a RetroGameColorMap.