Skip to content

Commit

Permalink
fixing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed Sep 23, 2023
1 parent 5b6714e commit 2fa0d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static TexturedOverlayButtonWidget.Builder texturedBuilder(Text message,
public void renderButton(DrawContext context, int mouseX, int mouseY, float delta) {
int i = 66;
if (!this.isNarratable()) {
i += hoveredVOffset * 2;
i -= hoveredVOffset;
} else if (this.isSelected()) {
i += hoveredVOffset;
}
Expand Down

0 comments on commit 2fa0d38

Please sign in to comment.