Начинающий
- Статус
- Оффлайн
- Регистрация
- 1 Мар 2025
- Сообщения
- 36
- Реакции
- 0
кароче я сделал картинки в MainSсkreen сдеал как надо но они не отображаются вот код
public class MainScreen extends Screen implements IMinecraft {
private final ResourceLocation backmenu = new ResourceLocation("expensive/images/backmenu.png");
private final ResourceLocation telegramIcon = new ResourceLocation("expensive/images/tg.png");
private final ResourceLocation discordIcon = new ResourceLocation("expensive/images/ds.png");
private final List<Button> buttons = new ArrayList<>();
private final List<SocialButton> socialButtons = new ArrayList<>(); бакменю робит а ds и tg нет что делать?
public class MainScreen extends Screen implements IMinecraft {
private final ResourceLocation backmenu = new ResourceLocation("expensive/images/backmenu.png");
private final ResourceLocation telegramIcon = new ResourceLocation("expensive/images/tg.png");
private final ResourceLocation discordIcon = new ResourceLocation("expensive/images/ds.png");
private final List<Button> buttons = new ArrayList<>();
private final List<SocialButton> socialButtons = new ArrayList<>(); бакменю робит а ds и tg нет что делать?
Последнее редактирование: