public Level(int width, int height) { init(width, height); }
public Level() { init(Constant.DEFAULT_GROESSE, Constant.DEFAULT_GROESSE); }