mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-21 20:18:14 +07:00
Fixed gloves background image offset
This commit is contained in:
parent
c80a57ab09
commit
b23eb9c30b
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user