* Better Patch for Configfile handling
[opeanno-debian-packaging.git] / content / gui / inventory.xml
bloba5f0cb531cd41fec5e18c699e3966245a4a618bd
1 <?xml version="1.0"?>
2 <Window title="Inventory" base_color="40, 40, 40">
3         <Label text="That's your island-wide inventory."  wrap_text="1" max_size="320,240" base_color="40, 40, 40"/>
4         <HBox>
5                 <VBox>
6                         <Label text="Coins:" base_color="40, 40, 40"/>
7                         <Label text="Lamb wool:" base_color="40, 40, 40"/>
8                         <Label text="Textiles:" base_color="40, 40, 40"/>
9                         <Label text="Boards:" base_color="40, 40, 40"/>
10                         <Label text="Food:" base_color="40, 40, 40"/>
11                 </VBox>
12                 <VBox>
13                         <Label text="n/a" name="1" base_color="40, 40, 40"/>
14                         <Label text="n/a" name="2" base_color="40, 40, 40"/>
15                         <Label text="n/a" name="3" base_color="40, 40, 40"/>
16                         <Label text="n/a" name="4" base_color="40, 40, 40"/>
17                         <Label text="n/a" name="5" base_color="40, 40, 40"/>
18                 </VBox>
19         </HBox>
20         <HBox>
21                 <Spacer />
22                 <Button name="closeButton" text="Close" base_color="40, 40, 40"/>
23         </HBox>
24 </Window>