Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGG8181 committed Jan 10, 2025
1 parent b005988 commit 9a03184
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public void on2D(Render2DEvent event) {
return;
}

DrawHelper.drawRoundedGradientRect(5, 5 + 18, 120, 18, 5, new Color(125, 0, 255), new Color(255,255,255), new Color(192,30,66), new Color(0, 255, 0));


DrawHelper.drawRoundedHorizontalGradientRect(5, 5 + 18, 120, 18, 5, new Color(255,255,255), new Color(192,30,66));

float offsetY = 3;
int screenWidth = mc.getWindow().getWidth();
Expand Down

0 comments on commit 9a03184

Please sign in to comment.