Skip to content

Commit

Permalink
change box color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMG393 committed Mar 2, 2024
1 parent 20e6c42 commit 0d0158c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void render(DrawContext context, float tickDelta, CallbackInfo info) {
context,
boxPos[0], boxPos[1],
boxScaleX, boxScaleY,
0xFFFFFF
0x00FF00
);

DrawUtils.drawText(
Expand Down

0 comments on commit 0d0158c

Please sign in to comment.