Hi!
I would like to create a BBText object in-game that can center strings of variable lengths on screen, regardless of formatting (like font size, spacing, etc).
What would be the best way of doing this? I think I need to somehow be able to return the width of a BBText object without it existing yet… Or do I create it, hide it, return the width, center it, unhide it?
Thanks for any help!