Add tint to background for book-style GUIs

This commit is contained in:
Electroblob77
2020-04-13 15:41:59 +01:00
parent 16ad8543d8
commit b45c202ac5
2 changed files with 3 additions and 0 deletions
@@ -244,6 +244,8 @@ public class GuiWizardHandbook extends GuiScreen {
@Override
public void drawScreen(int mouseX, int mouseY, float partialTicks){
this.drawDefaultBackground();
int left = this.width / 2 - GUI_WIDTH / 2;
int top = this.height / 2 - GUI_HEIGHT / 2;