4344454647484950
public Hellbound() { this( new ThreadedEngineQueue(), new ThreadedSwingQueue(), new AcceleratingHeartbeat(), new PitPanel(SCALE, WIDTH, HEIGHT, COLORMAP), new PseudoRandomGlyphFactory(42, 7, 13)); }
3637383940414243444546
world.put(WorldKey.GUI_QUEUE, guiQueue); world.put(WorldKey.HELLBOUND, hellbound); } private PitPanel createPitPanelWithDoublePaint(final RenderedPit pg) { PitPanel panel = new PitPanel(Hellbound.SCALE, Hellbound.WIDTH, Hellbound.HEIGHT, Hellbound.COLORMAP) { private static final long serialVersionUID = 1L; public void paint(Graphics g) { super.paint(g);