Label aboutLabel = new Label("jfighter2dx v1\n(c) Santiago Faci\nhttp://bitbucket.org/sfaci/jfighter2dx", game.getSkin());
aboutLabel.setFontScale(1f);
table.row().height(150);
table.add(title).center().pad(35f);
table.row().height(70);
table.add(quickButton).center().width(300).pad(5f);
table.row().height(70);
table.add(historyButton).center().width(300).pad(5f);
table.row().height(70);
table.add(optionsButton).center().width(300).pad(5f);