Move orienteering HUD

master
Wuzzy 2021-07-15 19:36:04 +02:00
parent 982f5c1ed9
commit 2b8961ec7f
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ orienteering.playerhuds = {}
orienteering.settings = {}
orienteering.settings.speed_unit = S("m/s")
orienteering.settings.length_unit = S("m")
orienteering.settings.hud_pos = { x = 1, y = 0 }
orienteering.settings.hud_offset = { x = -15, y = 290 }
orienteering.settings.hud_pos = { x = 1, y = 0.4 }
orienteering.settings.hud_offset = { x = -15, y = 0 }
orienteering.settings.hud_alignment = { x = -1, y = -1 }
-- No user settings, HUD position is hardcoded