summaryrefslogtreecommitdiff
path: root/asciifarmclient/layout.xml
blob: 0a29caab170fd868016b80baa87009451f762f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<hbox>
    <vbox width="20" align="right">
        <textbox id="healthtitle" height="1" format="true">Health ({filled}/{total})</textbox>
        <bar id="health" height="1" full-char="#" empty-char="_" full-style="fg:2; bg:2" empty-style="fg:1; bg: 1;"></bar>
        <listing id="switchtitles" height="0"></listing>
        <switchbox id="switch" height="50%">
            <vbox key="inventory">
                <textbox height="1">Inventory:</textbox>
                <listing id="inventory">
                    milk
                    eggs
                    bread
                </listing>
            </vbox>
            <vbox key="ground">
                <textbox height="1">Ground:</textbox>
                <listing id="ground">
                    concrete
                </listing>
            </vbox>
        </switchbox>
        <textbox id="info" wrap="words"></textbox>
    </vbox>
    <vbox>
        <textinput id="textinput" align="bottom" height="1">hello</textinput>
        <log id="msg" align="bottom" height="20%%">
            Welcome to asciifarm
        </log>
        <overlay>
            <fill id="fieldbackground" char=" "></fill>
            <field id="field"></field>
        </overlay>
    </vbox>
</hbox>