Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lordrius opened this issue Feb 11, 2022 · 0 comments
Open

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

lordrius opened this issue Feb 11, 2022 · 0 comments
Labels
accepted Issue has been accepted as valid/Feature request has been accepted and is planned to be implemented bug Something isn't working

Comments

@lordrius
Copy link

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

@jpenilla jpenilla added accepted Issue has been accepted as valid/Feature request has been accepted and is planned to be implemented bug Something isn't working labels Feb 12, 2022
@jpenilla jpenilla changed the title Player head offset Player head icon off-center when showing health/armor disabled Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issue has been accepted as valid/Feature request has been accepted and is planned to be implemented bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants