Add use_d2d_if_available option

This commit is contained in:
GreenComfyTea
2022-11-25 12:38:34 +02:00
parent b36b1080df
commit a0e6974ad7
13 changed files with 70 additions and 73 deletions

View File

@@ -33,11 +33,11 @@ function config.init()
prioritize_large_monsters = false
},
module_visibility = {
in_lobby = {
endemic_life_UI = false
},
renderer = {
use_d2d_if_available = true
},
module_visibility = {
in_training_area = {
large_monster_dynamic_UI = true,
large_monster_static_UI = true,

View File

@@ -172,6 +172,9 @@ language.default_language = {
bold = "Bold",
italic = "Italic",
renderer = "Renderer",
use_d2d_if_available = "Use Direct2D if available",
enabled = "Enabled",
settings = "Settings",
dynamic_positioning = "Dynamic Positioning",
@@ -422,7 +425,7 @@ language.default_language = {
lowest_health_percentage = "Lowest Health Percentage",
highest_health_percentage = "Highest Health Percentage",
reframework_outdated = "Installed REFramework version is outdated. Please, update. Otherwise, MHR Overlay won't work correctly."
reframework_outdated = "Installed REFramework version is outdated. Please, update. Otherwise, MHR Overlay won't work correctly.",
}
};