InventoryItem < Item HeadSlot < InventoryItem id: slot1 image-source: /game_inventory/slots/head.png &position: {x=65535, y=1, z=0} BodySlot < InventoryItem id: slot4 image-source: /game_inventory/slots/body.png &position: {x=65535, y=4, z=0} LegSlot < InventoryItem id: slot7 image-source: /game_inventory/slots/legs.png &position: {x=65535, y=7, z=0} FeetSlot < InventoryItem id: slot8 image-source: /game_inventory/slots/feet.png &position: {x=65535, y=8, z=0} NeckSlot < InventoryItem id: slot2 image-source: /game_inventory/slots/neck.png &position: {x=65535, y=2, z=0} LeftSlot < InventoryItem id: slot6 image-source: /game_inventory/slots/left-hand.png &position: {x=65535, y=6, z=0} FingerSlot < InventoryItem id: slot9 image-source: /game_inventory/slots/finger.png &position: {x=65535, y=9, z=0} BackSlot < InventoryItem id: slot3 image-source: /game_inventory/slots/back.png &position: {x=65535, y=3, z=0} RightSlot < InventoryItem id: slot5 image-source: /game_inventory/slots/right-hand.png &position: {x=65535, y=5, z=0} AmmoSlot < InventoryItem id: slot10 image-source: /game_inventory/slots/ammo.png &position: {x=65535, y=10, z=0} MiniWindow id: inventoryWindow !text: tr('Inventory') icon: inventory.png height: 480 @onClose: modules.game_inventory.onMiniWindowClose() &save: true MiniWindowContents HeadSlot anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter margin-top: 4 BodySlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 LegSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 FeetSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 NeckSlot anchors.top: parent.top anchors.right: slot1.left margin-top: 10 margin-right: 5 LeftSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 FingerSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 BackSlot anchors.top: parent.top anchors.left: slot1.right margin-top: 10 margin-left: 5 RightSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5 AmmoSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter margin-top: 5