GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
195 stars 27 forks source link

Fix text outlines #232

Closed Koopa1018 closed 1 year ago

Koopa1018 commented 1 year ago

Description of changes

Updates the text outlines to roughly match pre-4.1-update. The old outline width of 1 came out too thin, thinner than one pixel (which showed as just a faint blur). The new value of 3 is much more solid and familiar. (2 was just barely too thin still.)

Before / After

image

Because outlines now have to be added to every widget independently, I went ahead and did that for the widgets we hadn't gotten to yet. Many of them aren't in use yet, but a few were (LineEdit is used for the debug console--and it definitely had no text outlines!)

Issue(s)

Closes an issue raised on Discord.