subGameObject.transform.getLocalPosition().add(465 * Cactus2DApplication.invCameraZoom, 0);
subGameObject.AddComponent(new SpriteRendererComponent(null));
TextureRegion[][] tmp = TextureRegion.split(tx, width, height);
tmp = TextureRegion.split(tx, width, height);
subGameObject.spriteRenderer.gui = true;
subGameObject.AddComponent(new ButtonComponent(tmp[0][2], tmp[0][3]));
subGameObject.AddComponent(new AudioComponent("data/sound/click.wav"));
subGameObject.AddComponent(new PauseComponent());
gui.addGameObject(subGameObject);
LabelComponent label = null;