Package net.mdked.Jrachgame.world

Examples of net.mdked.Jrachgame.world.World


        } else
          map[x][y] = snow2;
      }
    }

    new World();
    playerC = World.player;
    World.objecz.add(playerC);

    upRen = new ArrayList<Entity>();
    downRen = new ArrayList<Entity>();
View Full Code Here

TOP

Related Classes of net.mdked.Jrachgame.world.World

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.