Hi,
I've been trying to create a custom GUI for an entity. I've been following McJty's tutorial for using a GUI here: http://modwiki.temporal-reality.com/mw/index.php?title=GUI-1.9
The only real difference is that I'm using an Entity instead of a Tile Entity. The GUI appears, but the texture isn't sized correctly and is cut off.
Here's what it looks like in-game:
This is the texture file I'm using:
My GUI class is basically the same as the one from the tutorial:
Anyone know what's causing this?
Edit:Found the problem. I had to put the image in a 256x256 file.