diff options
| author | troido <troido@protonmail.com> | 2019-09-18 12:19:15 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-09-18 12:19:15 +0200 |
| commit | 3cd8036e3b49958eb53cb19df4423c1e75e2f44b (patch) | |
| tree | 999bb5b9f16495ee1b8f7378feb3cd424756d4cb /asciifarm/client/newdisplay/layout.xml | |
| parent | 8260094e4000a17505358e1d0a8ff2e163eb3c6f (diff) | |
changed directory structure
Diffstat (limited to 'asciifarm/client/newdisplay/layout.xml')
| -rw-r--r-- | asciifarm/client/newdisplay/layout.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/asciifarm/client/newdisplay/layout.xml b/asciifarm/client/newdisplay/layout.xml deleted file mode 100644 index 78337dc..0000000 --- a/asciifarm/client/newdisplay/layout.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0"?> -<hbox> - <vbox width="20" align="right"> - <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> - <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> |
