NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

Changing Window Title to display new font image #75

Closed Asreal-AJ closed 2 months ago

Asreal-AJ commented 2 months ago

When using invUI, you set the menu title when creating the window. The challenge I'm facing is developing a card selection system that utilizes custom font images displayed by a texture pack. I need the ability to dynamically change the inventory name to showcase the new font images whenever the player clicks the "next" button.

I've been trying different ways to make it work but I cannot find a solution, any suggestions?