diff options
author | Wuzzy <almikes@aol.com> | 2015-03-04 04:40:07 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-03-04 04:40:07 +0100 |
commit | e5d1e21a41feb63f5226550cc1b5080b80dc1bc1 (patch) | |
tree | 0e827b47bac7aa7446f1de90194aa32f741b8c77 /init.lua | |
parent | c5654808ca2f0d61ea1608208ba85f82cd8df74a (diff) |
Adjust default HUD bars position for MT 0.4.12
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ hb.settings.max_bar_length = 160 -- statbar positions hb.settings.pos_left = { x=0.5, y=1 } hb.settings.pos_right= { x = 0.5, y = 1 } -hb.settings.start_offset_left = { x = -175, y = -70 } -hb.settings.start_offset_right = { x = 15, y = -70 } +hb.settings.start_offset_left = { x = -175, y = -86 } +hb.settings.start_offset_right = { x = 15, y = -86 } hb.settings.vmargin = 24 hb.settings.tick = 0.1 |