mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-05-02 05:39:57 -07:00
Add options to hide me, other players and total.
This commit is contained in:
@@ -3775,7 +3775,11 @@ function config.init()
|
||||
highlighted_bar = "Me",
|
||||
damage_bar_relative_to = "Top Damage", -- "total damage" or "top damage"
|
||||
my_damage_bar_location = "First", -- "normal" or "first" or "last"
|
||||
dps_mode = "First Hit"
|
||||
dps_mode = "First Hit",
|
||||
|
||||
hide_myself = false,
|
||||
hide_other_players = false,
|
||||
hide_total_damage = false
|
||||
},
|
||||
|
||||
sorting = {
|
||||
|
||||
@@ -370,7 +370,11 @@ language.default_language = {
|
||||
|
||||
other_damage = "Other Damage",
|
||||
wyvern_riding_damage = "Wyvern Riding Damage",
|
||||
endemic_life_damage = "Endemic Life Damage"
|
||||
endemic_life_damage = "Endemic Life Damage",
|
||||
|
||||
hide_myself = "Hide Myself",
|
||||
hide_other_players = "Hide Other Players",
|
||||
hide_total_damage = "Hide Total Damage"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user