wofsauge / External-Item-Descriptions

A mod for the game "The Binding of Isaac: Rebirth" that displays useful informations for items, trinkets, rooms and more!
212 stars 120 forks source link

Center the small bullet point icons #733

Closed Yiyuan-Dong closed 4 weeks ago

Yiyuan-Dong commented 1 month ago

In EID, if the bullet point is an icon, the icon is left-aligned. This causes some odd behavior when displaying small icons like keys or coins in EID.

(In the image below, it is evident that the key icon is a bit too left.)

image

Especially when considering that the icons in the top-left corner of the game are center-aligned.

image

This PR adds a corresponding left offset for bullet point icons with smaller widths and no built-in left offset (so {{ArrowUp}} and {{Heart}} are unaffected), making them appear center-aligned rather than left-aligned.

image

wofsauge commented 4 weeks ago

thanks for the fix :)