forked from virt-mirrors/Sit
1.20.5 port
This commit is contained in:
parent
83fda90948
commit
78c6894135
2 changed files with 0 additions and 6 deletions
|
@ -21,8 +21,6 @@ public class ClickableImageWidget extends ButtonWidget {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void renderWidget(DrawContext context, int mouseX, int mouseY, float delta) {
|
protected void renderWidget(DrawContext context, int mouseX, int mouseY, float delta) {
|
||||||
RenderSystem.enableBlend();
|
|
||||||
RenderSystem.enableDepthTest();
|
|
||||||
context.drawTexture(RenderLayer::getGuiTextured, image,
|
context.drawTexture(RenderLayer::getGuiTextured, image,
|
||||||
this.getX(), this.getY(), 0.0f, 0.0f, this.getWidth(), this.getHeight(), this.getWidth(), this.getHeight());
|
this.getX(), this.getY(), 0.0f, 0.0f, this.getWidth(), this.getHeight(), this.getWidth(), this.getHeight());
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,11 +71,7 @@ public class ConfigScreen extends Screen {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void renderBanner(DrawContext context, int x, int y, float alpha) {
|
private void renderBanner(DrawContext context, int x, int y, float alpha) {
|
||||||
RenderSystem.enableBlend();
|
|
||||||
|
|
||||||
context.drawTexture(RenderLayer::getGuiTextured,Identifier.of(Data.MOD_ID, "textures/gui/banner.png"),
|
context.drawTexture(RenderLayer::getGuiTextured,Identifier.of(Data.MOD_ID, "textures/gui/banner.png"),
|
||||||
x, y, 0.0f, 0.0f, 128, 72, 128, 72, ColorHelper.getWhite(alpha));
|
x, y, 0.0f, 0.0f, 128, 72, 128, 72, ColorHelper.getWhite(alpha));
|
||||||
|
|
||||||
RenderSystem.disableBlend();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue