332333334335336337338339340341342
public void initGDXUI() { Gdx.input.setInputProcessor(stage.stage); for (IMarker element : drawStorage) { element.setIsDrawn(false); Actor newActor = new WidgetLink(element).actor; if (newActor != null) { stage.stage.addActor(newActor); } }