Fixed gloves background image offset

This commit is contained in:
Collin Smith 2019-03-03 04:42:58 -08:00
parent c80a57ab09
commit b23eb9c30b

View File

@ -202,6 +202,8 @@ public class InventoryPanel extends WidgetGroup implements Disposable {
gloves.setPosition(
inventory.glovesLeft - inventory.invLeft,
getHeight() - inventory.glovesBottom);
gloves.xOffs = -1;
gloves.yOffs = 2;
addActor(gloves);
for (int i = BodyLocs.HEAD; i < BodyLocs.NUM_LOCS; i++) {