blob: c7e274c4a394272d80212e82ba041b6ddd6a33c5 (
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
|
<?xml version="1.0"?>
<hbox>
<vbox width="20" align="right">
<bar id="health" height="2" full-char="+" empty-char="-" full-style="fg:1; bg:2" empty-style="fg:2; bg: 1;"></bar>
<switchbox id="switch">
<listing id="inventory">
milk
eggs
bread
</listing>
<listing id="equipment">
cotton underwear
cotton shirt
jeans
friendship bracelet
</listing>
<listing id="ground">
concrete
</listing>
</switchbox>
<textbox id="info"></textbox>
</vbox>
<vbox>
<textinput id="textinput" align="bottom" height="1">hello</textinput>
<log id="msg" align="bottom" height="20%%">
Welcome to asciifarm
</log>
<field id="field" char-size="1"></field>
</vbox>
</hbox>
|