Package org.gbcpainter.game.levels

Examples of org.gbcpainter.game.levels.SimpleLevelImpl


      faceMap.put( toEdges, actualFace );
    }

    setStatus( INIT_LEVEL );

    return new SimpleLevelImpl( player, pipeGrid, faceMap, DEFAULT_START_LIVES, 0, initializedMonsters );
  }
View Full Code Here

TOP

Related Classes of org.gbcpainter.game.levels.SimpleLevelImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.