Posted July 1, 20196 yr How would I go about rendering a texture in a Screen? I could do it in 1.8.9 with GUI.drawTexturedModalRect(x, y, offsetX, offsetY, sizeX, sizeY); but that doesn't work anymore. Where would I find the new method for this? Edited July 3, 20196 yr by jasonhaxstuff Solved
July 2, 20196 yr Author I'm pretty sure the method has been replaced with GUI.blit(x, y, offsetX, offsetY, sizeX, sizeY); , but I can't check until my other question is answered that is preventing me from joining my server. If this does work, I will mark this thread as solved.
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.