Исходник Normas watermark | expensive 2.0 ready

Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
21 Дек 2022
Сообщения
68
Реакции[?]
0
Поинты[?]
0
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
  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
прикольно
 
Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
14 Июн 2023
Сообщения
77
Реакции[?]
0
Поинты[?]
0
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
  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
Ну красивенько
 
Начинающий
Статус
Оффлайн
Регистрация
10 Фев 2023
Сообщения
329
Реакции[?]
0
Поинты[?]
1K
сойдет только тупым ублюдкам /del
туда бота...
дай firstcolor2 secondcolor2
создай так де как просто firstcolor и secondcolor только с 2
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
  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 там тоже можно пнг, если хочешь
 
Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Можеш ватерку зделать пж типа там большая такая буква Z и корочи флаг рассии и типа буква пасередине флага?
наш слон, подумаю
thx
туда бота...

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

смотри, можно вместо пинга пнгшку сделать с фпс, и где написано sigma client там тоже можно пнг, если хочешь
мне лень, так тоже хорошо смотрится
дай firstcolor2 secondcolor2
мне лень
 
Забаненный
Статус
Оффлайн
Регистрация
22 Фев 2024
Сообщения
81
Реакции[?]
2
Поинты[?]
2K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
  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
В код я боюсь смотреть, но с визуальной части +- норм, но как-то слишком просто выглядит.
 
Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
18 Июл 2022
Сообщения
265
Реакции[?]
2
Поинты[?]
1K
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
  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
челик спизданул дизайн и радуется
 
Забаненный
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Сверху Снизу