diff --git a/menus/hp.txt b/menus/hp.txt new file mode 100644 index 0000000..f2b736f --- /dev/null +++ b/menus/hp.txt @@ -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 diff --git a/menus/hudlog.txt b/menus/hudlog.txt new file mode 100644 index 0000000..082c22f --- /dev/null +++ b/menus/hudlog.txt @@ -0,0 +1,2 @@ +pos=32,-64,224,416 +align=bottomleft diff --git a/menus/inventory.txt b/menus/inventory.txt new file mode 100644 index 0000000..70530bc --- /dev/null +++ b/menus/inventory.txt @@ -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 diff --git a/menus/log.txt b/menus/log.txt new file mode 100644 index 0000000..6f7ac91 --- /dev/null +++ b/menus/log.txt @@ -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 + diff --git a/menus/minimap.txt b/menus/minimap.txt new file mode 100644 index 0000000..9bc6790 --- /dev/null +++ b/menus/minimap.txt @@ -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 \ No newline at end of file