Bugfix
This commit is contained in:
@@ -250,8 +250,9 @@ public class HudFragment extends Fragment{
|
|||||||
});
|
});
|
||||||
|
|
||||||
parent.fill(t -> {
|
parent.fill(t -> {
|
||||||
|
t.visible(() -> Core.settings.getBool("minimap") && !state.rules.tutorial);
|
||||||
//minimap
|
//minimap
|
||||||
t.add(new Minimap().visible(() -> Core.settings.getBool("minimap") && !state.rules.tutorial));
|
t.add(new Minimap());
|
||||||
t.row();
|
t.row();
|
||||||
//position
|
//position
|
||||||
t.label(() -> world.toTile(player.x) + "," + world.toTile(player.y))
|
t.label(() -> world.toTile(player.x) + "," + world.toTile(player.y))
|
||||||
|
|||||||
Reference in New Issue
Block a user