new GuiShowImgCtrl( "Inventory_Window" ){ x = 0; y = 0; width = 200; height = 200; image = "inventory.png"; new GuiShowImgCtrl( "Inventory_Item" ) { width = 32; height = 32; x = 20; y = 20; image = player.weapon.image; }}