squaremap

squaremap

1.9k Downloads

Player head icon off-center when showing health/armor disabled

lordrius opened this issue ยท 0 comments

commented

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!

image