mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Added a tooltip to the pony settings button
This commit is contained in:
parent
228ab92fce
commit
ca83c252f9
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,6 @@ org.gradle.daemon=false
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
modmenu_version=1.15.+
|
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
|
hd_skins_version=6.4.2-21w19a-SNAPSHOT
|
||||||
mson_version=1.3.2-21w19a-SNAPSHOT
|
mson_version=1.3.2-21w19a-SNAPSHOT
|
||||||
|
|
|
@ -124,7 +124,8 @@ public class MineLittlePony implements ClientModInitializer {
|
||||||
.setPosition(2, 2)
|
.setPosition(2, 2)
|
||||||
.setTexture(new Identifier("minelittlepony", "textures/gui/pony.png"))
|
.setTexture(new Identifier("minelittlepony", "textures/gui/pony.png"))
|
||||||
.setTextureSize(16, 16)
|
.setTextureSize(16, 16)
|
||||||
.setSize(16, 16));
|
.setSize(16, 16))
|
||||||
|
.setTooltip("minelp.options.title", 0, 10);
|
||||||
button.y = screen.height - y; // ModMenu
|
button.y = screen.height - y; // ModMenu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue