vE5li / korangar

A next-gen Ragnarok Online client
MIT License
140 stars 32 forks source link

Hover text casts shadows for each letter, this could be considered excessive and could cause unnecessary visual noise #41

Open eleriaqueen opened 1 year ago

eleriaqueen commented 1 year ago

Hover text for npc/monsters casts shadows, for a while I thought something with the rendering of that text was wrong, until I tinkered with it and noticed the shadows. I find shadows for such small hover elements pretty unnecessary.

I had to increase the font size to be able to tell the shadow from the text.

Screenshot_2023-07-28_10-41-21

vE5li commented 1 year ago

Coming back to this issue, the problem is that the NPC names are still being rendered using the old text system. So it should be better after I migrate to the new text rendering. Thanks for bringing this to my attention :+1: