From e4293e16d7f123b29ddda25200212f4c7256b388 Mon Sep 17 00:00:00 2001 From: rixty dixet Date: Mon, 22 Mar 2021 20:17:38 +0100 Subject: [PATCH] Upload files to 'menus' --- menus/talker.txt | 16 ++++++++++++++++ menus/vendor.txt | 13 +++++++++++++ menus/xp.txt | 14 ++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 menus/talker.txt create mode 100644 menus/vendor.txt create mode 100644 menus/xp.txt diff --git a/menus/talker.txt b/menus/talker.txt new file mode 100644 index 0000000..75a2d25 --- /dev/null +++ b/menus/talker.txt @@ -0,0 +1,16 @@ +# Settings for the Talker menu +# values are x,y positions +# some items have two more values, width and height + +pos=0,0,640,416 +align=center + +close=608,320 +advance=608,320 +dialogbox=50,340,400,96 +dialogtext=70,340,400,88 +text_offset=16,16 +portrait_he=328,200,64,64 +portrait_you=288,0,0,0 +font_who=font_bold +font_dialog=font_regular diff --git a/menus/vendor.txt b/menus/vendor.txt new file mode 100644 index 0000000..34f40dd --- /dev/null +++ b/menus/vendor.txt @@ -0,0 +1,13 @@ +# Settings for the Vendor menu +# the first two values are x,y positions +# some items have two more values, width and height + +pos=0,-32,320,416 +align=left + +label_title=160,8,center,top +close=294,2 + +slots_area=32,64 +vendor_cols=8 +vendor_rows=10 diff --git a/menus/xp.txt b/menus/xp.txt new file mode 100644 index 0000000..7f45d6f --- /dev/null +++ b/menus/xp.txt @@ -0,0 +1,14 @@ +# Settings for the hud's XP display +# pos is x,y,width,height +# text_pos is optional. If omitted, text will be placed in the center. +# orientation is either 0 (horizontal) or 1 (vertical) + +pos=0,-53,584,10 +align=bottom + +bar_pos=0,0,584,10 +text_pos=292,-16,center,top +orientation=0 + +bar_gfx=images/menus/bar_xp.png +bar_gfx_background=images/menus/bar_xp_background.png