Skip to content

Commit eb9084c

Browse files
Design Tweaks
* "Learn More" -> "Learn more" * Fix Essential banner texture * Adjust Essential banner color
1 parent b8f6e6a commit eb9084c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/gg/essential/ad/modal/AdModal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void init() {
6060
height += 17;
6161
setDimensions(194, height);
6262

63-
buttonList.add(new LinkButton(centreX - (Font.getStringWidth("Learn more") + 10) / 2, startY + learnMoreOffset, "Learn More", () -> {
63+
buttonList.add(new LinkButton(centreX - (Font.getStringWidth("Learn more") + 10) / 2, startY + learnMoreOffset, "Learn more", () -> {
6464
UDesktop.browse(modalData.getLink("learn_more"));
6565
}));
6666

@@ -91,7 +91,7 @@ public void draw(Draw draw) {
9191
// background
9292
draw.rect(centreX - 49, startY + 20, centreX + 49, startY + 20 + 19, 0xFF1b3151);
9393
// icon texture
94-
draw.texturedRect(ESSENTIAL_LOGO, centreX - 40, startY + 20 + 7, 80, 6, 0, 0, 80, 6);
94+
draw.texturedRect(ESSENTIAL_LOGO, centreX - 40, startY + 20 + 7, 80, 6, 0, 0, 80, 6, 0xFFE3F5FF);
9595

9696
// Tagline
9797
draw.multilineCentredString(modalData.getSubtitle("en_us"),
5 Bytes
Loading

0 commit comments

Comments
 (0)