Commit 7981695e by Jonathan Thomas

Removing dark background from chat screen.

parent a9b3f481
Pipeline #11937 passed with stage
in 24 seconds
...@@ -83,9 +83,6 @@ public class ChatScreen extends Screen { ...@@ -83,9 +83,6 @@ public class ChatScreen extends Screen {
@Override @Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) { public void render(DrawContext context, int mouseX, int mouseY, float delta) {
// Render the background
this.renderBackground(context, mouseX, mouseY, delta);
// Render the label text above the text field // Render the label text above the text field
int labelWidth = textRenderer.getWidth(labelText); int labelWidth = textRenderer.getWidth(labelText);
int labelX = (this.width - labelWidth) / 2; // Centered X position int labelX = (this.width - labelWidth) / 2; // Centered X position
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment