Added a tooltip to the pony settings button

This commit is contained in:
Sollace 2021-05-18 00:09:16 +02:00
parent 228ab92fce
commit ca83c252f9
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,6 @@ org.gradle.daemon=false
# Dependencies
modmenu_version=1.15.+
kirin_version=1.8.2-21w19a-SNAPSHOT
kirin_version=1.8.3-21w19a-SNAPSHOT
hd_skins_version=6.4.2-21w19a-SNAPSHOT
mson_version=1.3.2-21w19a-SNAPSHOT

View file

@ -124,7 +124,8 @@ public class MineLittlePony implements ClientModInitializer {
.setPosition(2, 2)
.setTexture(new Identifier("minelittlepony", "textures/gui/pony.png"))
.setTextureSize(16, 16)
.setSize(16, 16));
.setSize(16, 16))
.setTooltip("minelp.options.title", 0, 10);
button.y = screen.height - y; // ModMenu
}
}