Package com.coffeerpg.npc

Examples of com.coffeerpg.npc.NPC


    bufferGraphics = offscreen.getGraphics();

    /* init the player */
    p = new Player(360, 300);
    /* init the other GUI elements */
    npc = new NPC(690, 420);

    /* init the map */
    mainMap = new GameMap(this);
    addKeyListener(this);
    addKeyListener(p);
View Full Code Here

TOP

Related Classes of com.coffeerpg.npc.NPC

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.