Aidas1000 Posted March 27, 2016 Share Posted March 27, 2016 After making 2 posts for my custom crafting table, here comes a third one. As the titles says I'm trying to animate few parts of a gui. I am not making something advanced, just some lights changing color. I tried making an mcmeta file. Seems to work only for 16x16 textures, because it squished my gui . Quote Link to comment Share on other sites More sharing options...
Draco18s Posted March 27, 2016 Share Posted March 27, 2016 Gui textures don't work the same as block textures with the .meta file (it has nothing to do with 16x16: block textures absolutely must be square, so a non-square texture then must be a series of animated frames). Guis are rendered manually as quads drawn directly on the screen, so in order to animate it, you need to manually select different parts of a large texture, or change to a different texture, each time you draw the gui. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given. Link to comment Share on other sites More sharing options...
Recommended Posts
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.