218219220221222223224225226227228
mapNode.addSubnode( tiles[x][y].asNode() ); try { OutputStream os = new FileOutputStream(filename); mapNode.tryWriteOn(os); os.flush(); os.close(); } catch (Exception ex) { }