raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Update TextraTypist to latest commit; prepare for next release. #131

Closed tommyettinger closed 1 year ago

tommyettinger commented 1 year ago

There's a few things this does. First, it makes sure emoji are added to all fonts in the font family, instead of just the main/first one. Next, it updates several .fnt files and the dependency on TextraTypist to a JitPack commit. Lastly, to ensure it actually pulls the right commit and not an old version, it does some Gradle exclusion on Stripe's color-picker. The exclusion probably isn't needed for release versions of TextraTypist, but it is needed for commits.

raeleus commented 1 year ago

I might discontinue using TextTooltip entirely and opt for my PopTooltip if it proves to be a problem. This is a great PR! Thanks for this.

tommyettinger commented 1 year ago

I think the tooltip stuff is old, and might still be in this PR because it was in my last one. I tried to direct this to the dev branch, but I might have been out-of-date... A lot more files changed than I thought I had edited.

raeleus commented 1 year ago

Apparently that method is used everywhere and the refactor meant a lot of changes. It seemed fine to me though.