Hello, I downloaded Tunga's file 2 days ago, everything installed ok, everything ok, untill I try to equip wind shoes / experience ring, any mount..then I saw this problem ...
The mount is going in both, first window and costume window, the experience ring / wind shoes are going instead of shield, when I equip exp ring, shield goes down..and one more thing, Lollipop and Crescent Moon Ring go on the first 2 slots, I would like them to go beside the belt on those slots, any Idea how I can do that? You got here pictues that I hope explain my problem better, including my inventorywindow.py:
First picture, pretty normal:
Second picture, bug mount and wind shoes:
Here is the inventorywindow.py:
[SPOILER = "inventorywindow.py"]
{"index": EQUIPMENT_START_INDEX + 0, "x": 39, "y": 37, "width": 32, "height": 64},
{"index": EQUIPMENT_START_INDEX + 1, "x": 39, "y": 2, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 2, "x": 39, "y": 145, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 3, "x": 75, "y": 67, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 4, "x": 3, "y": 3, "width": 32, "height": 96},
{"index": EQUIPMENT_START_INDEX + 5, "x": 114, "y": 67, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 6, "x": 114, "y": 35, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 7, "x": 2, "y": 145, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 8, "x": 75, "y": 145, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 9, "x": 114, "y": 2, "width": 32, "height": 32},
{"index": EQUIPMENT_START_INDEX + 10, "x": 75, "y": 35, "width": 32, "height": 32},
{"index": item.EQUIPMENT_RING1, "x": 2, "y": 106, "width": 32, "height": 32},
{"index": item.EQUIPMENT_RING2, "x": 75, "y": 106, "width": 32, "height": 32},
{"index": item.EQUIPMENT_BELT, "x": 39, "y": 106, "width": 32, "height": 32},
[/SPOILER]