Rectangle rectangle = new Rectangle(1f, 1f, 0f, ResBag.getTexture( Textures.BACKGROUND_IMAGE.toString() ));
//BackgroundImage backgroundImage = new BackgroundImage( ResBag.getTexture( Textures.BACKGROUND_IMAGE.toString() ), 1f );
branchGroup.addChild( rectangle );
return branchGroup;
}
public void run() {