// /*
trash = new SpaceTrash(IEntity.SPACE_TRASH_1);
trash.spawn(new Vector2f(5,8),new Vector2f(-70.3f,0),2f,Prototyp.frontground);
Star star = new Star(IEntity.STAR_1);
star.spawn(new Vector2f(60f,-100),new Vector2f(-34.3f,0),Prototyp.background);
star = new Star(IEntity.STAR_2);
star.spawn(new Vector2f(60f,-120),new Vector2f(-30.3f,0),Prototyp.frontground);