diff options
| author | troido <troido@protonmail.com> | 2019-09-18 00:32:35 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-09-18 00:32:35 +0200 |
| commit | 64a5b6d7c732ed108e5705cbbb41b0addd18b510 (patch) | |
| tree | 8f10440be617497acceb73c9cb919804547c79c8 /asciifarm/client/newdisplay/layout.xml | |
| parent | a0e86c082e8565a48ef14319ee3197abb71e533f (diff) | |
switched curses to ratuil
Diffstat (limited to 'asciifarm/client/newdisplay/layout.xml')
| -rw-r--r-- | asciifarm/client/newdisplay/layout.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/asciifarm/client/newdisplay/layout.xml b/asciifarm/client/newdisplay/layout.xml new file mode 100644 index 0000000..c7e274c --- /dev/null +++ b/asciifarm/client/newdisplay/layout.xml @@ -0,0 +1,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> |
