textures for the controller + basic code for directional blocks

This commit is contained in:
Raoul Van den Berge
2015-12-10 00:47:40 +01:00
parent b9c91141f7
commit 330b68fb3a
16 changed files with 150 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class GuiController extends GuiContainer {
drawTexturedModalRect(x, y, 0, 0, xSize, ySize);
int barWidth = 16;
int barHeight = 59;
int barHeight = 58;
int barX = x + 17;
int barY = y + 25;