кнопка в главном меню

  1. Dazay

    Своя кнопка в главном меню

    public class RPGButton extends GuiButton { int h = 0, w = 0; public ResourceLocation img = new ResourceLocation(Leviathan.MOD_ID + (":textures/gui/Knopka.png")); private String text; private float scalledX = 1,scalledY = 1,zLevel = 1; private boolean drawText; public...
Сверху