mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-08 11:30:21 +01:00
Tweak [quests] HUD position so it doesn't overlap the minimap
This commit is contained in:
parent
0283bec348
commit
2899003a2e
|
@ -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",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1fec0e3e2efd2897acd0231646e0bce80b78872b
|
||||
Subproject commit e8305e38e93700f507b055435b75d8a7f8a6c072
|
Loading…
Reference in New Issue
Block a user