Update EditProfileScreen.java
This commit is contained in:
parent
ed6c6d97d7
commit
38dc28f7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public class EditProfileScreen extends Screen {
|
||||||
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta) {
|
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta) {
|
||||||
this.renderBackground(matrices);
|
this.renderBackground(matrices);
|
||||||
drawCenteredText(matrices, this.textRenderer, Text.of(this.title.getString() + profileName.getString()), this.width / 2 , 8, 16777215);
|
drawCenteredText(matrices, this.textRenderer, Text.of(this.title.getString() + profileName.getString()), this.width / 2 , 8, 16777215);
|
||||||
drawCenteredText(matrices, this.textRenderer, "Profile Name", this.width / 2 - 70, this.height / 4 + 10, 16777215);
|
drawCenteredText(matrices, this.textRenderer, Text.translatable("gui.options-profiles.profile-name-text"), this.width / 2 - 70, this.height / 4 + 10, 16777215);
|
||||||
super.render(matrices, mouseX, mouseY, delta);
|
super.render(matrices, mouseX, mouseY, delta);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue