Posted August 4, 20214 yr I am creating an in-game GUI that contains several lists. Elements from these lists occasionally flow out of the list box as I simply implemented `AbstractList` from forge itself, which does not support rendering half an entry button by default. All other implementations of lists in forge use a dirt background to cover up the overflow, but I would prefer to not add a dirt background to an in-game function. I know how to only render half the selection button, but cannot figure out how to render the top or bottom portions of a string as necessary. Is this possible?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.