Skip to content

Commit

Permalink
Press Texture Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridanisaurus committed Jul 28, 2024
1 parent 8ad8c49 commit 6ec0405
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/client/gui/widgets/AE2Button.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected void renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY,
if (!this.active) {
this.renderButtonText(pGuiGraphics, minecraft.font, 2, 0x413f54 | Mth.ceil(this.alpha * 255.0F) << 24, -1);
} else if (this.isHovered()) {
this.renderButtonText(pGuiGraphics, minecraft.font, 2, 0x517497 | Mth.ceil(this.alpha * 255.0F) << 24, -1);
this.renderButtonText(pGuiGraphics, minecraft.font, 2, 0x517497 | Mth.ceil(this.alpha * 255.0F) << 24, 0);
} else {
this.renderButtonText(pGuiGraphics, minecraft.font, 2, 0xf2f2f2 | Mth.ceil(this.alpha * 255.0F) << 24, 1);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/ae2/textures/item/silicon_press.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ec0405

Please sign in to comment.