8485868788899091929394
else return this; } private Screen newGame(Factory factory, Item item1, Item item2){ World world = new Worldgen(80 / 3, 24 / 3).build(); Creature player = factory.player(world); player.swapLeftHand(world, item1); player.swapRightHand(world, item2);