else if (this.imageType == ImageType.WARP_PHOTO) {
if (HUD.tema.is("Чёрный")) {
Fonts.inconnur.drawText(stack, "M", this.x - 427.0f + 403.0f, this.y - 45.5f, ColorUtils.rgb(255, 255, 255), 11.0f);
}
if (HUD.tema.is("Белый")) {
Fonts.inconnur.drawText(stack, "M", this.x - 427.0f + 402.0f, this.y - 45.5f, ColorUtils.rgb(23, 22, 22), 11.0f);
}
} else if (this.imageType == ImageType.SPEC_PHOTO) {
if (HUD.tema.is("Чёрный")) {
Fonts.inconnur.drawText(stack, "Y", this.x - 427.0f + 403.0f, this.y - 45.5f, ColorUtils.rgb(255, 255, 255), 11.0f);
}
if (HUD.tema.is("Белый")) {
Fonts.inconnur.drawText(stack, "Y", this.x - 427.0f + 402.0f, this.y - 45.5f, ColorUtils.rgb(23, 22, 22), 11.0f);
}
}