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