Player head icon off-center when showing health/armor disabled
lordrius opened this issue ยท 0 comments
Hi!
If you disable player's health and armor, player's head is shifted to the bottom of the nameplate (see attached screenshot), I think but not sure, it's due to list formatting in Player.js, maybe?
this.tooltip.setContent(<ul><li>${headImg}</li><li>${this.displayName}${healthImg}${armorImg}</li>
);
Many thanks and good work!