Upload files to 'menus'
This commit is contained in:
parent
86d0c5ec37
commit
f0381f0c91
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue