diff options
| author | troido <troido@protonmail.com> | 2020-03-06 11:26:59 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-06 11:26:59 +0100 |
| commit | dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f (patch) | |
| tree | f43310b3779a95efd74a40ba8139cf146ad49051 /asciifarmclient/layout.xml | |
| parent | c9366616079240cd7ee3d243c9f6897d40b4267d (diff) | |
new directory structure for the separate client repo
Diffstat (limited to 'asciifarmclient/layout.xml')
| -rw-r--r-- | asciifarmclient/layout.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/asciifarmclient/layout.xml b/asciifarmclient/layout.xml new file mode 100644 index 0000000..d50ecba --- /dev/null +++ b/asciifarmclient/layout.xml @@ -0,0 +1,44 @@ +<?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="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" 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> |
