* Add the buttons (and other controls) to the screen.
*/
@Override
public void initGui() {
super.initGui();
frame = new KeybindConfigFrame(this,
new MusePoint2D(absX(-0.95), absY(-0.95)),
new MusePoint2D(absX(0.95), absY(0.95)), player);
frames.add(frame);
TabSelectFrame tabFrame = new TabSelectFrame(player, new MusePoint2D(absX(-0.95F), absY(-1.05f)),new MusePoint2D(absX(0.95F), absY(-0.95f)), worldx, worldy, worldz);