aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/inyourwalls/customlevelcolour
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-02-19 20:06:53 -0500
committerinyourwalls <inyourwalls@tutanota.com>2024-02-19 20:06:53 -0500
commitb93a9f1406a38e32c03b75206411aae72defa931 (patch)
tree2829d9755f571773142c387121234f9107dce777 /src/main/java/net/inyourwalls/customlevelcolour
parent7bee864f5f3bbce6c3700dc30cbd93008b75ecff (diff)
remove preview text
Diffstat (limited to 'src/main/java/net/inyourwalls/customlevelcolour')
-rw-r--r--src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java b/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
index bfe8f51..b1bc906 100644
--- a/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
+++ b/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
@@ -105,13 +105,5 @@ public class ConfigScreen extends Screen {
) - 4;
context.drawTextWithShadow(this.textRenderer, OUTLINE_COLOUR_LABEL, labelX, 30, 0xffffff);
context.drawTextWithShadow(this.textRenderer, TEXT_COLOUR_LABEL, labelX, 60, 0xffffff);
-
- // preview text
- int previewX = (this.width / 2) - (this.textRenderer.getWidth("30") / 2);
- context.drawText(this.textRenderer, "30", previewX - 1, 90, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX + 1, 90, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 91, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 89, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 90, previewTextColour, false);
}
}