Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxadactle committed Feb 23, 2024
1 parent 78a95f9 commit 77a7aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CoordinatesScreen extends Screen {
int p = 5;

public CoordinatesScreen(Position pos) {
super(Component.literal("Coordinates Screen"));
super(Component.literal("Coordinates GUI"));

this.pos = pos;
}
Expand Down

0 comments on commit 77a7aed

Please sign in to comment.