Wynntils

Wynntils

611k Downloads

[Overlay Display Problem] The Alignment of powderSpecialBarOverlay is shifted

Jimmy-sheep opened this issue ยท 4 comments

commented

The overlay of Powder Ability Bar is shifted and not align with health bar or mana bar(As the picture below), I have a little bit OCD, and this make me feel a bit uncomfortable.
Also, I hope other bars can also have option can change style to same as health bar.

Here is the part of code in my conf.json file.

 "customBarsOverlayFeature.healthBarOverlay.position": {
   "verticalOffset": 8.0,
   "horizontalOffset": -50.0,
   "verticalAlignment": "Middle",
   "horizontalAlignment": "Center",
   "anchorSection": "BottomMiddle"
 },
 "customBarsOverlayFeature.healthBarOverlay.size": {
   "width": 80.0,
   "height": 20.0
 },
 "customBarsOverlayFeature.healthBarOverlay.userEnabled": true,
 "customBarsOverlayFeature.healthBarOverlay.horizontalAlignmentOverride": "Center",
 "customBarsOverlayFeature.healthBarOverlay.verticalAlignmentOverride": "Middle",
  "powderSpecialBarOverlayFeature.powderSpecialBarOverlay.position": {
    "verticalOffset": 8.0,
    "horizontalOffset": 150.0,
    "verticalAlignment": "Middle",
    "horizontalAlignment": "Center",
    "anchorSection": "BottomMiddle"
  },
  "powderSpecialBarOverlayFeature.powderSpecialBarOverlay.size": {
    "width": 80.0,
    "height": 20.0
  },
  "powderSpecialBarOverlayFeature.powderSpecialBarOverlay.userEnabled": true,
  "powderSpecialBarOverlayFeature.powderSpecialBarOverlay.horizontalAlignmentOverride": "Center",
  "powderSpecialBarOverlayFeature.powderSpecialBarOverlay.verticalAlignmentOverride": "Middle",

image
image

commented

We should probably look into the default values, so it looks good by default.

commented

I think you need to make it aligned to the top. Select the powder special bar, and press shift+up (or possibly just up). Do it several times if it does not get right the first time.

commented

I think you need to make it aligned to the top. Select the powder special bar, and press shift+up (or possibly just up). Do it several times if it does not get right the first time.

But in health bar(and mana bar), the verticalAlignmentOverride is also in Middle, and it display well.

commented

Whatever, I change all into Top, and its well now, thanks.

image