Label aboutLabel = new Label("JBombermanx v0.1\n(c) Santiago Faci\nhttp://bitbucket.org/sfaci/bombermanx", game.getSkin());
aboutLabel.setFontScale(1f);
table.row().height(100);
table.add(label).center().pad(35f);
table.row().height(40);
table.add(playButton).center().width(200).pad(5f);
table.row().height(40);
table.add(settingsButton).center().width(200).pad(5f);
table.row().height(40);
table.add(quitButton).center().width(200).pad(5f);