1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Tweak [quests] HUD position so it doesn't overlap the minimap

This commit is contained in:
Wouters Dorian
2015-08-25 20:50:14 +02:00
parent 0283bec348
commit 2899003a2e
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ mff.quests = {}
mff.QPREFIX = "mff_quests:" mff.QPREFIX = "mff_quests:"
mff.QNOPREFIX = function(s) return s:sub(mff.QPREFIX:len()+1) end mff.QNOPREFIX = function(s) return s:sub(mff.QPREFIX:len()+1) end
quests.set_hud_position(1, 0)
quests.set_hud_position(-200, 70)
mff.quests.quests = { mff.quests.quests = {
still_testing_quests = { still_testing_quests = {
title = "Stone digger", title = "Stone digger",