Posted June 10, 20232 yr How do I scale gui elements without scaling everything? When i tried matrices.scale(scale, scale, scale), it scaled the whole gui.
June 12, 20232 yr This may not be accurate, I haven’t worked on it yet, I’m just planning, but as far as I managed to understand, to scale individual elements, you need to sequentially write the following methods PoseStack.pushPose(); PoseStack.scale(); PoseStack.translate(); PoseStack.popPose(); I'm not entirely sure what I'm saying Watch this gitHub
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.