Package com.coffeerpg.player

Examples of com.coffeerpg.player.Player


    setSize(WINDOW_WIDTH, WINDOW_HEIGHT);
    offscreen = createImage(getSize().width, getSize().height);
    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);
View Full Code Here

TOP

Related Classes of com.coffeerpg.player.Player

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.