grid sorting dir + type icons

This commit is contained in:
Raoul Van den Berge
2016-01-02 23:33:57 +01:00
parent b1026bef25
commit 222706bb3b
3 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ public class SideButtonGridSortingDirection extends SideButton
@Override @Override
public void draw(GuiBase gui, int x, int y) public void draw(GuiBase gui, int x, int y)
{ {
gui.bindTexture("icons.png");
gui.drawTexturedModalRect(x, y + 2, GuiGrid.SORTING_DIRECTION * 16, 16, 16, 16);
} }
@Override @Override

View File

@@ -21,6 +21,8 @@ public class SideButtonGridSortingType extends SideButton
@Override @Override
public void draw(GuiBase gui, int x, int y) public void draw(GuiBase gui, int x, int y)
{ {
gui.bindTexture("icons.png");
gui.drawTexturedModalRect(x, y + 2, GuiGrid.SORTING_TYPE * 16, 32, 16, 16);
} }
@Override @Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB