{ "root": { "type": "FrameLayout", "name": "hud_root", "width": "match_parent", "height": "match_parent", "vertical_align": "center", "horizontal_align": "center", "children": [ { "type": "StaticImage", "name": "background", "width": 640, "height": 1200, "y": 68, "horizontal_gravity": "center", "vertical_gravity": "top", "texture": "resources/w/ui_en/img/inv/PortraitInventoryBkg001.png" }, { "type": "StaticImage", "name": "allItems", "width": 220, "height": 134, "x": -210, "y": 135, "horizontal_gravity": "center", "vertical_gravity": "top", "texture": "resources/w/ui_en/img/inv/InventoryAllButton001.png" }, { "type": "Button", "name": "inventoryExitButton", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 120, "height": 120, "x": 267, "y": 60, "textures": { "normal": "resources/w/ui/img/Close001_State=Default.png", "hover": "resources/w/ui/img/Close001_State=Selected.png", "pressed": "resources/w/ui/img/Close001_State=Tap.png" } }, { "type": "Button", "name": "item1Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": -200, "y": 250, "textures": { "normal": "resources/w/ui/img/inv/ItemSelPhone001.png", "hover": "resources/w/ui/img/inv/ItemSelPhone001.png", "pressed": "resources/w/ui/img/inv/ItemSelPhone001.png" } }, { "type": "Button", "name": "item2Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": 0, "y": 250, "textures": { "normal": "resources/w/ui/img/inv/ItemJournal001.png", "hover": "resources/w/ui/img/inv/ItemJournal001.png", "pressed": "resources/w/ui/img/inv/ItemJournal001.png" } }, { "type": "Button", "name": "item3Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": 200, "y": 250, "textures": { "normal": "resources/w/ui/img/inv/ItemKnife001.png", "hover": "resources/w/ui/img/inv/ItemKnife001.png", "pressed": "resources/w/ui/img/inv/ItemKnife001.png" } }, { "type": "Button", "name": "item4Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": -200, "y": 450, "textures": { "normal": "resources/w/ui/img/inv/ItemNote001.png", "hover": "resources/w/ui/img/inv/ItemNote001.png", "pressed": "resources/w/ui/img/inv/ItemNote001.png" } }, { "type": "Button", "name": "item5Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": 0, "y": 450, "textures": { "normal": "resources/w/ui/img/inv/ItemCoursework001.png", "hover": "resources/w/ui/img/inv/ItemCoursework001.png", "pressed": "resources/w/ui/img/inv/ItemCoursework001.png" } }, { "type": "Button", "name": "item6Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": 200, "y": 450, "textures": { "normal": "resources/w/ui/img/inv/ItemReportCard001.png", "hover": "resources/w/ui/img/inv/ItemReportCard001.png", "pressed": "resources/w/ui/img/inv/ItemReportCard001.png" } }, { "type": "Button", "name": "item7Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": -200, "y": 650, "textures": { "normal": "resources/w/ui/img/inv/ItemBook001.png", "hover": "resources/w/ui/img/inv/ItemBook001.png", "pressed": "resources/w/ui/img/inv/ItemBook001.png" } }, { "type": "Button", "name": "item8Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": 0, "y": 650, "textures": { "normal": "resources/w/ui/img/inv/ItemBook001.png", "hover": "resources/w/ui/img/inv/ItemBook001.png", "pressed": "resources/w/ui/img/inv/ItemBook001.png" } }, { "type": "Button", "name": "item9Button", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 274, "height": 274, "x": -200, "y": 650, "textures": { "normal": "resources/w/ui/img/inv/ItemBook001.png", "hover": "resources/w/ui/img/inv/ItemBook001.png", "pressed": "resources/w/ui/img/inv/ItemBook001.png" } } ] } }