lower width

This commit is contained in:
Bella 2020-02-07 12:00:38 -05:00
parent 6943a44075
commit f8c68d1494
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public class KamiGUI extends GUI {
frame.setPinned(true);
Label inventory = new Label("");
inventory.addTickListener(() -> { // 1 == 2 px in game
inventory.setWidth(152);
inventory.setWidth(151);
inventory.setHeight(40);
inventory.setOpacity(0.1f); // why does this not do anything
});