mirror of
https://github.com/Shiewk/BedrockDeathScreen.git
synced 2026-04-27 22:44:17 +02:00
Move confirm quit text up
This commit is contained in:
@@ -85,7 +85,7 @@ public class BedrockDeathScreen extends DeathScreen {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (confirmingExit){
|
if (confirmingExit){
|
||||||
context.drawCenteredTextWithShadow(this.textRenderer, BedrockDeathScreen.confirmQuitText, this.width / 2, this.height - this.height / 3 - 9 - 12, new Color(255, 255, 255, 255).getRGB());
|
context.drawCenteredTextWithShadow(this.textRenderer, BedrockDeathScreen.confirmQuitText, this.width / 2, this.height - this.height / 3 - 24, new Color(255, 255, 255, 255).getRGB());
|
||||||
}
|
}
|
||||||
respawnButton.render(context, mouseX, mouseY, delta);
|
respawnButton.render(context, mouseX, mouseY, delta);
|
||||||
menuButton.render(context, mouseX, mouseY, delta);
|
menuButton.render(context, mouseX, mouseY, delta);
|
||||||
|
|||||||
Reference in New Issue
Block a user