Imported Upstream version 2008.1+svn1553
[opeanno-debian-packaging.git] / content / gui / hud_buildinfo.xml
blob97a83d06817e9784cd60f609c29855b278c38503
1 <?xml version="1.0"?>
2 <Container size="600,200" background_image="content/gui/images/background/hud/menu_bg.png">
3         <Label name="buildingNameLabel" text="Building name (Building Class ROMAN)" position="5,5" />
5         <HBox position="5,35" size="590,160">
6                 <Icon image="content/gui/images/objects/buildings/dummy.jpg" size="160,160" />
7                 <ScrollArea name="buildingDescription" vertical_scrollbar="1" size="300,160">
8                 <!-- Text Area with building infos -->
9                 </ScrollArea>
10                 <Spacer />
11                 <VBox>
12                         <Label text="Tiles:" />
13                 </VBox>
14                 <VBox>
15                         <Label name="tilesInfo" text="10x10" />
16                 </VBox>
17                 <!-- Building infos (table) -->
18         </HBox>
19 </Container>