});
worldLayer.addComponentOnLayer(gravityIndicator);
rootLayer=new GroupLayer();
GroupLayer tutorialRoot=new GroupLayer();
tutorialRoot.addComponentOnLayer(manager.getStepBoard());
tutorialRoot.addComponentOnLayer(manager.getBlueMark(1));
tutorialRoot.addComponentOnLayer(manager.getTasksList());
tutorialRoot.addComponentOnLayer(manager.getButton());
rootLayer.addLayer(tutorialRoot);
rootLayer.addComponentOnLayer(creatorPanel);
rootLayer.addComponentOnLayer(creatorPropertiesBar);