Начинающий
- Статус
- Оффлайн
- Регистрация
- 26 Май 2024
- Сообщения
- 229
- Реакции
- 5
пиксели будут с иконкой, я хотел с шрифтом
Если мозги есть можно все сделать
Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Ищем качественного (не новичок) разработчиков Xenforo для этого форума! В идеале, чтобы ты был фулл стек программистом. Если у тебя есть что показать, то свяжись с нами по контактным данным: https://t.me/DREDD
пиксели будут с иконкой, я хотел с шрифтом
блатанчег эмба вротермарко ыыыфу господи сука
брот уже имба вротмарку взял и запастил етот вексеидпопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
она конечно красивая, но там просто нету этих приписок "User:" и т.д, потому что я специально смотрел новые видео с вексайдом чтобы повторитьПосмотреть вложение 303029
Если мозги есть можно все сделать
ну тк вырезать делать нехуйона конечно красивая, но там просто нету этих приписок "User:" и т.д, потому что я специально смотрел новые видео с вексайдом чтобы повторить
1 рект, 2 полоски и 3 текста, пхах, это же сложнопопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
так меня попросили, в ориг вексайде то же самое1 рект, 2 полоски и 3 текста, пхах, это же сложно
шрифты зарешают, я предварительно смотрел на ориг вексайд чтобы скидитьПосмотреть вложение 303063Посмотреть вложение 303064 Оч похоже, хотя бы фишку с плавным фпс сделал, тогда хоть что-то, а так нифига
Не, ну может ты никогда ватермарку не видел, всякое бывает, но я считаю не похоже
Высота не та и позиция полосочек выше ущербно смотрятся, тем более ты оутлайн не добавилшрифты зарешают, я предварительно смотрел на ориг вексайд чтобы скидить
/del пж не выкладывай больше ничегопопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
hide profile, 15 февраля, да ты крут/del пж не выкладывай больше ничего
ХАХАХАХАХ И ТЫ МНЕ ПИШЕШЬ ЧТО У МЕНЯ КАЛЛ?попросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
да, пишу, у меня мейн ватермарк другая, эту под пивом писалХАХАХАХАХ И ТЫ МНЕ ПИШЕШЬ ЧТО У МЕНЯ КАЛЛ?
вырвите мне глаза, хуже скида не виделпопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
я бы тебя топором захуярил за такоепопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
дебилпопросили сделать скид вексайда, нуладнаПожалуйста, авторизуйтесь для просмотра ссылки.
Без говна пжКод:package fun.dettex.ui.display.impl; import com.mojang.blaze3d.matrix.MatrixStack; import fun.dettex.events.EventDisplay; import fun.dettex.ui.display.ElementRenderer; import fun.dettex.utils.render.ColorUtils; import fun.dettex.utils.render.DisplayUtils; import fun.dettex.utils.render.font.Fonts; import fun.dettex.utils.text.GradientUtil; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.experimental.FieldDefaults; import net.minecraft.client.Minecraft; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import java.text.SimpleDateFormat; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.util.Date; @FieldDefaults(level = AccessLevel.PRIVATE) @RequiredArgsConstructor public class WatermarkRenderer implements ElementRenderer { final Minecraft mc = Minecraft.getInstance(); public void render(EventDisplay eventDisplay) { MatrixStack ms = eventDisplay.getMatrixStack(); float posX = 5; float posY = 4; float padding = 5; float STOPjohnPLEASE = 6.5f; float iconSize = 10; float namewidht = 0; String fps1 = String.valueOf(mc.debugFPS); float fpsw = Fonts.sfMedium.getWidth(fps1, 7); namewidht = 0; drawStyledRect(posX + 0.6f, posY, fpsw + 107, 15f, 3); Fonts.sfbold.drawText(ms, "W", posX + 6, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); Fonts.sfbold.drawText(ms, fps1, posX + 103f, posY + 5f, ColorUtils.rgb(255, 255, 255), 7); DisplayUtils.drawRectVerticalW(posX + 62, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); DisplayUtils.drawRectVerticalW(posX + 95, posY + 4f, 0.5f, 7, ColorUtils.rgba(70, 70, 70, 255), ColorUtils.rgba(70, 70, 70, 255)); Fonts.sfbold.drawText(ms, "Piska", posX + 68f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); Fonts.sfbold.drawText(ms, "Wexside", posX + 20f, posY + 5f , ColorUtils.rgba(255, 255, 255, 255), 7); } private void drawStyledRect(float x, float y, float width, float height, float radius) { DisplayUtils.drawRoundedRect(x, y, width + 4, height + 1, radius, ColorUtils.rgba(15, 11, 20, 215)); } }
шрифты замените на свои (иконку)
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz