Normas watermark | expensive 2.0 ready

очень даже неплохо нужно было бы запастил 9/10
 
убейся тупой пастер
1713716108904.png
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
прикольно
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
Ну красивенько
 
дай firstcolor2 secondcolor2
 
сойдет только тупым ублюдкам /del
туда бота...
дай firstcolor2 secondcolor2
создай так де как просто firstcolor и secondcolor только с 2
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
смотри, можно вместо пинга пнгшку сделать с фпс, и где написано sigma client там тоже можно пнг, если хочешь
 
Можеш ватерку зделать пж типа там большая такая буква Z и корочи флаг рассии и типа буква пасередине флага?
наш слон, подумаю
thx
туда бота...

создай так де как просто firstcolor и secondcolor только с 2

смотри, можно вместо пинга пнгшку сделать с фпс, и где написано sigma client там тоже можно пнг, если хочешь
мне лень, так тоже хорошо смотрится
дай firstcolor2 secondcolor2
мне лень
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
В код я боюсь смотреть, но с визуальной части +- норм, но как-то слишком просто выглядит.
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
челик спизданул дизайн и радуется
 
Назад
Сверху Снизу