Upload files to 'menus'
This commit is contained in:
parent
50de0d54c2
commit
86d0c5ec37
|
@ -0,0 +1,13 @@
|
|||
# Settings for the hud's HP 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=280,-35,15,124
|
||||
align=bottom
|
||||
|
||||
bar_pos=0,0,15,124
|
||||
orientation=1
|
||||
|
||||
bar_gfx=images/menus/bar_hp.png
|
||||
bar_gfx_background=images/menus/bar_hp_background.png
|
|
@ -0,0 +1,2 @@
|
|||
pos=32,-64,224,416
|
||||
align=bottomleft
|
|
@ -0,0 +1,28 @@
|
|||
# Settings for the Inventory menu
|
||||
# the first two values are x,y positions
|
||||
# some items have two more values, width and height
|
||||
|
||||
pos=0,-32,320,416
|
||||
align=right
|
||||
|
||||
close=294,2
|
||||
help=2,2,24,24
|
||||
|
||||
# define x,y position, slot type
|
||||
equipment_slot=128,80,weapon
|
||||
equipment_slot=160,80,accessory
|
||||
|
||||
# tools
|
||||
|
||||
equipment_slot=128,112,tools
|
||||
equipment_slot=160,112,tools
|
||||
equipment_slot=192,112,tools
|
||||
equipment_slot=224,112,tools
|
||||
equipment_slot=256,112,tools
|
||||
|
||||
carried_area=64,160
|
||||
carried_cols=6
|
||||
carried_rows=6
|
||||
|
||||
label_title=160,8,center,top
|
||||
currency=160,128,center,top
|
|
@ -0,0 +1,12 @@
|
|||
# Settings for the Log 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
|
||||
|
||||
tab_area=32,30,241,336
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
# Settings for the hud's minimap
|
||||
# pos is x,y,width,height of the map itself
|
||||
# text_pos is the position/justification/alignment of the map name
|
||||
# the text can also be hidden with text_pos=hidden
|
||||
|
||||
pos=0,-20,136,156
|
||||
align=topright
|
||||
background=images/menus/minimap.png
|
||||
|
||||
map_pos=6,24,124,130
|
||||
text_pos=68,2,center,top
|
||||
|
||||
color_enemy=0,0,0,0
|
Loading…
Reference in New Issue