Some GUI work. Some things will be broke.

This commit is contained in:
Pahimar 2014-12-09 09:11:31 -05:00
parent cc39e5f07a
commit d60199e0fb
6 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#
#Sat Dec 28 00:14:08 EST 2013
minecraft_version = 1.7.10
forge_version = 10.13.2.1236
forge_version = 10.13.2.1258
mod_version = 0.2

View file

@ -34,9 +34,10 @@ public class GuiAlchemicalTome extends GuiBase
{
super.initGui();
prevPageButton = new ElementButton(this, 10, 10, "Prev", 0, 0, 20, 0, 0, 0, 20, 10, 40, 10, "textures/gui/elements/arrowLeft.png");
s
prevPageButton = new ElementButton(this, 15, 177, "Prev", 0, 0, 20, 0, 40, 0, 20, 10, 60, 10, "textures/gui/elements/arrowLeft.png");
nextPageButton = new ElementButton(this, 223, 177, "Next", 0, 0, 22, 0, 44, 0, 22, 10, 66, 10, "textures/gui/elements/arrowRight.png");
addElement(prevPageButton);
addElement(nextPageButton);
}
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 336 B