Adjust default HUD bars position for MT 0.4.12

master
Wuzzy 2015-03-04 04:40:07 +01:00
parent c5654808ca
commit e5d1e21a41
1 changed files with 2 additions and 2 deletions

View File

@ -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