mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
remove alpha when moving on worldmap
This commit is contained in:
@@ -480,7 +480,6 @@ L["Left"] = "左"
|
||||
L["LFG Queue"] = "随机队列"
|
||||
L["Location Text"] = "所在位置"
|
||||
L["Make the world map smaller."] = "让世界地图更小"
|
||||
L["Map Opacity When Moving"] = "移动时地图透明度"
|
||||
L["Maps"] = "地图"
|
||||
L["Minimap Buttons"] = "小地图按钮"
|
||||
L["Minimap Mouseover"] = "小地图鼠标滑过"
|
||||
|
||||
@@ -469,7 +469,6 @@ L["Left"] = true;
|
||||
L["LFG Queue"] = true;
|
||||
L["Location Text"] = true;
|
||||
L["Make the world map smaller."] = true;
|
||||
L["Map Opacity When Moving"] = true;
|
||||
L["Maps"] = true;
|
||||
L["Minimap Buttons"] = true;
|
||||
L["Minimap Mouseover"] = true;
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "Gauche"
|
||||
L["LFG Queue"] = "Outil raid"
|
||||
L["Location Text"] = "Texte de localisation"
|
||||
L["Make the world map smaller."] = "Rendre la carte du monde plus petite"
|
||||
L["Map Opacity When Moving"] = true;
|
||||
L["Maps"] = "Cartes"
|
||||
L["Minimap Buttons"] = "Bouton de la minimap"
|
||||
L["Minimap Mouseover"] = "Au survol de la Minicarte"
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "Links"
|
||||
L["LFG Queue"] = "LFG Warteschlange"
|
||||
L["Location Text"] = "Umgebungstext"
|
||||
L["Make the world map smaller."] = "Macht die Weltkarte kleiner."
|
||||
L["Map Opacity When Moving"] = "Deckkraft der Karte während der Bewegung"
|
||||
L["Maps"] = "Karten"
|
||||
L["Minimap Buttons"] = "Minimap Tasten"
|
||||
L["Minimap Mouseover"] = "Minimap Mouseover"
|
||||
|
||||
@@ -528,7 +528,6 @@ L["Left"] = "왼쪽"
|
||||
L["LFG Queue"] = "파티찾기 표시기"
|
||||
L["Location Text"] = "지역이름 표시 방법"
|
||||
L["Make the world map smaller."] = "월드맵을 작게 표시합니다."
|
||||
L["Map Opacity When Moving"] = true;
|
||||
L["Maps"] = true;
|
||||
L["Minimap Buttons"] = "미니맵 버튼"
|
||||
L["Minimap Mouseover"] = "마우스오버 때만 표시"
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "Esquerda"
|
||||
L["LFG Queue"] = true;
|
||||
L["Location Text"] = "Texto de Localização"
|
||||
L["Make the world map smaller."] = true;
|
||||
L["Map Opacity When Moving"] = true;
|
||||
L["Maps"] = true;
|
||||
L["Minimap Buttons"] = true;
|
||||
L["Minimap Mouseover"] = "Passar com o rato(mouse) sobre o minimapa"
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "Левый"
|
||||
L["LFG Queue"] = "Очередь"
|
||||
L["Location Text"] = "Текст локации"
|
||||
L["Make the world map smaller."] = "Сделать карту мира меньше. Она больше не будет занимать весь экран в увеличенном варианте."
|
||||
L["Map Opacity When Moving"] = "Прозрачность карты в движении"
|
||||
L["Maps"] = "Карты"
|
||||
L["Minimap Buttons"] = "Кнопки миникарты"
|
||||
L["Minimap Mouseover"] = "При наведении мыши"
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "Izquierda"
|
||||
L["LFG Queue"] = true;
|
||||
L["Location Text"] = "Texto de Ubicación"
|
||||
L["Make the world map smaller."] = true;
|
||||
L["Map Opacity When Moving"] = true;
|
||||
L["Maps"] = "Mapas"
|
||||
L["Minimap Buttons"] = true;
|
||||
L["Minimap Mouseover"] = "Ratón por encima del Minimapa"
|
||||
|
||||
@@ -480,7 +480,6 @@ L["Left"] = "左"
|
||||
L["LFG Queue"] = "隨機隊列"
|
||||
L["Location Text"] = "所在位置文字"
|
||||
L["Make the world map smaller."] = "讓世界地圖更小."
|
||||
L["Map Opacity When Moving"] = "移動時地圖透明度"
|
||||
L["Maps"] = "地圖"
|
||||
L["Minimap Buttons"] = "小地圖按鈕"
|
||||
L["Minimap Mouseover"] = "小地圖滑鼠滑過"
|
||||
|
||||
@@ -30,16 +30,7 @@ E.Options.args.maps = {
|
||||
desc = L["Make the world map smaller."],
|
||||
get = function(info) return E.global.general.smallerWorldMap end,
|
||||
set = function(info, value) E.global.general.smallerWorldMap = value; E:StaticPopup_Show("GLOBAL_RL") end,
|
||||
},
|
||||
mapAlphaWhenMoving = {
|
||||
order = 2,
|
||||
type = "range",
|
||||
name = L["Map Opacity When Moving"],
|
||||
isPercent = true,
|
||||
min = 0, max = 1, step = 0.01,
|
||||
get = function(info) return E.global.general.mapAlphaWhenMoving; end,
|
||||
set = function(info, value) E.global.general.mapAlphaWhenMoving = value; E:GetModule("Misc"):UpdateMapAlpha(); end
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
spacer = {
|
||||
|
||||
Reference in New Issue
Block a user