Testing around....
This commit is contained in:
@@ -16,7 +16,6 @@ public class GuiConfig extends GuiScreen {
|
|||||||
public void initGui() {
|
public void initGui() {
|
||||||
|
|
||||||
buttonList.add((new GuiButton(0, width / 2 - 58, height / 2 - 84, 19, 18, "Q")));
|
buttonList.add((new GuiButton(0, width / 2 - 58, height / 2 - 84, 19, 18, "Q")));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -20,3 +20,4 @@ public class GuiConfigHandler implements IGuiHandler {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user