5859606162636465666768
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); // load music music = new MusicPlayer();