Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
YaeSakuraQvQ committed Jan 23, 2024
1 parent 57f9ea3 commit bee3694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mi2u/ui/MinimapMindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public MinimapMindow(){
c.setAlignment(Align.right);
});
tt.row();
tt.add("").color(Color.coral).with(c -> {
tt.add("").color(Color.lightGray).with(c -> {
c.update(() -> {
c.setText(Strings.fixed(World.conv(Core.input.mouseWorldX()), 1) + ", "+ Strings.fixed(World.conv(Core.input.mouseWorldY()), 1) + "♐");
c.setFontScale(titlePane.getWidth() > 110f ? 0.8f : 0.5f);
Expand Down

0 comments on commit bee3694

Please sign in to comment.