From f0381f0c91f4929bb3edf6b72c600c15a44be421 Mon Sep 17 00:00:00 2001 From: rixty dixet Date: Mon, 22 Mar 2021 20:17:26 +0100 Subject: [PATCH] Upload files to 'menus' --- menus/mp.txt | 13 +++++++++++++ menus/npc.txt | 13 +++++++++++++ menus/num_picker.txt | 10 ++++++++++ menus/powers.txt | 9 +++++++++ menus/stash.txt | 14 ++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 menus/mp.txt create mode 100644 menus/npc.txt create mode 100644 menus/num_picker.txt create mode 100644 menus/powers.txt create mode 100644 menus/stash.txt diff --git a/menus/mp.txt b/menus/mp.txt new file mode 100644 index 0000000..f9ba1a9 --- /dev/null +++ b/menus/mp.txt @@ -0,0 +1,13 @@ +# Settings for the hud's MP 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=300,-35,15,154 +align=bottom + +bar_pos=0,0,15,154 +orientation=1 + +bar_gfx=images/menus/bar_mp.png +bar_gfx_background=images/menus/bar_mp_background.png diff --git a/menus/npc.txt b/menus/npc.txt new file mode 100644 index 0000000..6d7bfd2 --- /dev/null +++ b/menus/npc.txt @@ -0,0 +1,13 @@ +# Settings for NPC Menu + +# the width and height for pos are ignored, since this menu is dynamically sized +pos=0,-96,0,0 +align=center + +background_color=0,0,0,208 +topic_normal_color=208,208,208 +topic_hilight_color=255,255,255 +vendor_normal_color=208,208,208 +vendor_hilight_color=255,255,255 +cancel_normal_color=208,208,208 +cancel_hilight_color=255,255,255 diff --git a/menus/num_picker.txt b/menus/num_picker.txt new file mode 100644 index 0000000..90b3648 --- /dev/null +++ b/menus/num_picker.txt @@ -0,0 +1,10 @@ +pos=0,0,192,96 +align=center + +label_title=96,8,center,top + +confirm=25,64 +increase=160,16 +decrease=160,44 +close=192,0 +input=12,32 diff --git a/menus/powers.txt b/menus/powers.txt new file mode 100644 index 0000000..b9597fb --- /dev/null +++ b/menus/powers.txt @@ -0,0 +1,9 @@ +# Settings for the PowersMenu display +pos=0,-173,150,143 +align=left + +label_title=-500,8,center,top +close=-500,2 +unspent_points=-500,396,center,top + +tab_area=0,0,240,348 diff --git a/menus/stash.txt b/menus/stash.txt new file mode 100644 index 0000000..bbf1419 --- /dev/null +++ b/menus/stash.txt @@ -0,0 +1,14 @@ +# Settings for the Stash 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 +currency=288,48,right,center + +slots_area=32,64 +stash_cols=8 +stash_rows=10