tommyettinger / textratypist

Augmented text display system for libGDX, based on typing-label
Apache License 2.0
94 stars 9 forks source link

Set the initial width being passed to the TextraTooltip container. #2

Closed raeleus closed 2 years ago

raeleus commented 2 years ago

If we are using TextTooltip as a template for TextraTooltip, there is a portion of code that sets the initial width of the container that is missing from your implementation. This PR resolves that issue, but there are more issues to be resolved to create a parity between the two classes.