use of de.gurkenlabs.utiliti.components.MapComponent in project litiengine by gurkenlabs.
the class EditorScreen method prepare.
@Override
public void prepare() {
padding = this.getWidth() / 50;
// init components
this.mapComponent = new MapComponent(this);
this.comps.add(this.mapComponent);
super.prepare();
}
Aggregations