diff options
Diffstat (limited to 'asciifarm/client/newdisplay/layout.xml')
| -rw-r--r-- | asciifarm/client/newdisplay/layout.xml | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/asciifarm/client/newdisplay/layout.xml b/asciifarm/client/newdisplay/layout.xml index c7e274c..78337dc 100644 --- a/asciifarm/client/newdisplay/layout.xml +++ b/asciifarm/client/newdisplay/layout.xml @@ -1,22 +1,32 @@ <?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> + <bar id="health" height="2" 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="equipment"> + <textbox height="1">Equipment:</textbox> + <listing id="equipment"> + cotton underwear + cotton shirt + jeans + friendship bracelet + </listing> + </vbox> + <vbox key="ground"> + <textbox height="1">Ground:</textbox> + <listing id="ground"> + concrete + </listing> + </vbox> </switchbox> <textbox id="info"></textbox> </vbox> |
