mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Tweak [quests] HUD position so it doesn't overlap the minimap
This commit is contained in:
@ -2,6 +2,9 @@ mff.quests = {}
|
||||
mff.QPREFIX = "mff_quests:"
|
||||
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 = {
|
||||
still_testing_quests = {
|
||||
title = "Stone digger",
|
||||
|
Submodule mods/quests updated: 1fec0e3e2e...e8305e38e9
Reference in New Issue
Block a user