Wynntils icon indicating copy to clipboard operation
Wynntils copied to clipboard

Chat text is drawn above NPC Dialogue overlay background

Open obj-obj opened this issue 3 years ago • 7 comments

If the minecraft UI library has z-indexes, maybe it could be fixed by setting the z-index higher?

Example: 2023-02-20_20 00 16

obj-obj avatar Feb 21 '23 04:02 obj-obj

I think the basic problem here is that the default setting of the NPC dialogue overlay box overlaps with the chat.

magicus avatar Feb 22 '23 15:02 magicus

I think the basic problem here is that the default setting of the NPC dialogue overlay box overlaps with the chat.

Yeah, but just drawing the dialogue box on top of the chat would fix that. I kinda like the position it's in rn, just not that I can't read anything if there are too many messages shown

obj-obj avatar Feb 22 '23 20:02 obj-obj

Do you want the NPC dialogue box to mask out everything that is behind it?

magicus avatar Feb 22 '23 22:02 magicus

Do you want the NPC dialogue box to mask out everything that is behind it?

Yeah, I might just make a PR for it if im bored

obj-obj avatar Feb 23 '23 02:02 obj-obj

That's just a setting, the background opacity. Set it to 100% and you get what you want.

magicus avatar Feb 23 '23 16:02 magicus

That's just a setting, the background opacity. Set it to 100% and you get what you want.

The problem is that even if you set the opacity to 100%, the chat text still renders over the background, preventing it from being blocked out. The opacity is at 80% in this screenshot but the chat text clearly isn't affected by that

obj-obj avatar Feb 23 '23 18:02 obj-obj

Ah, I see.

magicus avatar Feb 23 '23 22:02 magicus