mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Add Auto-Highlight Option to Large Monster UI
This commit is contained in:
@@ -2952,6 +2952,11 @@ function config.init()
|
||||
anchor = "Top-Right"
|
||||
},
|
||||
|
||||
auto_highlight = {
|
||||
enabled = false,
|
||||
mode = "Closest"
|
||||
},
|
||||
|
||||
monster_name_label = {
|
||||
visibility = true,
|
||||
text = "%s",
|
||||
@@ -4487,4 +4492,4 @@ function config.init_module()
|
||||
|
||||
end
|
||||
|
||||
return config;
|
||||
return config;
|
||||
Reference in New Issue
Block a user