Package net.myexperiments.viciouscycle.view

Examples of net.myexperiments.viciouscycle.view.Environment


    for (int i = 0; i < roomSolids.length; i++) {
      for (int j = 0; j < roomSolids[0].length; j++) {
        roomSolids[i][j] = (room2[i][j] != 19);
      }
    }
    env = new Environment(SlashemNameGenerator.getCmapTiles(), room2,
        roomSolids, SlashemNameGenerator.get("cmap.floor of a room"),
        blank, SlashemNameGenerator.get("system.tile.highlight"),
        SlashemNameGenerator.get("system.tile.front"),
        SlashemNameGenerator.get("system.tile.back"), bsInput);
    Point displacement = new Point();
View Full Code Here

TOP

Related Classes of net.myexperiments.viciouscycle.view.Environment

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.