Skip to content

Commit 919df43

Browse files
Design Tweaks
* Updated Multiplayer touch point icon * Updated touch point tooltips
1 parent 63dc81e commit 919df43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/gg/essential/ad/EssentialAd.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private void createButton(
152152
int index = buttonList.size();
153153
if (screen instanceof GuiMainMenu) {
154154
texture = AdButton.TEXTURE_MAIN_MENU;
155-
tooltip = "Enhanced Minecraft\nfeatures, with Essential Mod";
155+
tooltip = "Enhance your Minecraft\nwith Essential Mod";
156156

157157
GuiButton multiplayerButton = UButton.findButton(buttonList, MAIN_MENU_BUTTONS);
158158

@@ -169,11 +169,11 @@ private void createButton(
169169
if (Minecraft.getMinecraft().getCurrentServerData() != null) {
170170
// On a server
171171
texture = AdButton.TEXTURE_MULTIPLAYER;
172-
tooltip = "Stay connected with friends,\nall inside of Minecraft";
172+
tooltip = "Stay connected with your friends,\nall inside of Minecraft";
173173
} else {
174174
// In singleplayer
175175
texture = AdButton.TEXTURE_SINGLEPLAYER;
176-
tooltip = "Host worlds for free, invite\nfriends, and play together";
176+
tooltip = "Host worlds for free,\nand play with your friends";
177177
}
178178

179179
GuiButton reportBugs = UButton.findButton(buttonList, PAUSE_MENU_BUTTONS);
3 Bytes
Loading

0 commit comments

Comments
 (0)