mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Make the mana ring more prominent in the hud
This commit is contained in:
parent
2a0e6bc14b
commit
b0bb8cbfd9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class ManaRingSlot extends Slot {
|
|||
arcBegin = renderRing(matrices, 17, 13, 0, mana.getMana(), 0xFF88FF99, tickDelta);
|
||||
|
||||
if (!uHud.client.player.isCreative()) {
|
||||
renderRing(matrices, 13, 11, 0, mana.getXp(), 0x88880099, tickDelta);
|
||||
renderRing(matrices, 13, 9, 0, mana.getXp(), 0x88880099, tickDelta);
|
||||
|
||||
double cost = abilities.getStats().stream()
|
||||
.mapToDouble(s -> s.getCost(KeyBindingsHandler.INSTANCE.page))
|
||||
|
|
Loading…
Reference in a new issue