Nameplate Overhaul (#38)
* ElvUI/NamePlates: initial nameplate conversions * More nameplate work * Modules/Cooldowns: various CD fixes, nameplates cant show 'swipe' texture * ElvUI/NamePlates: final nameplate polish * Modules/Misc: add space before interrupted announcement
This commit is contained in:
@@ -137,6 +137,9 @@ S:AddCallback("Skin_BlizzardOptions", function()
|
||||
"InterfaceOptionsCombatPanelTargetOfTarget",
|
||||
"InterfaceOptionsCombatPanelEnemyCastBarsOnPortrait",
|
||||
"InterfaceOptionsCombatPanelEnemyCastBarsOnNameplates",
|
||||
"InterfaceOptionsCombatPanelAoEIndicatorsSelf",
|
||||
"InterfaceOptionsCombatPanelAoEIndicatorsEnemies",
|
||||
"InterfaceOptionsCombatPanelAoEIndicatorsFriendly",
|
||||
"InterfaceOptionsDisplayPanelShowCloak",
|
||||
"InterfaceOptionsDisplayPanelShowHelm",
|
||||
"InterfaceOptionsDisplayPanelShowAggroPercentage",
|
||||
@@ -257,7 +260,11 @@ S:AddCallback("Skin_BlizzardOptions", function()
|
||||
"InterfaceOptionsAscensionLoseControlPanelEnableSlow",
|
||||
"InterfaceOptionsAscensionLoseControlPanelEnableStun",
|
||||
"InterfaceOptionsAscensionLoseControlPanelEnablePacify",
|
||||
|
||||
"InterfaceOptionsDraftPanelAutoPopupDraft",
|
||||
"InterfaceOptionsDraftPanelAutoRevealDraft",
|
||||
"InterfaceOptionsDraftPanelSkipDraftConfirmation",
|
||||
"InterfaceOptionsDraftPanelSkipDraftSacrificeConfirmation",
|
||||
"InterfaceOptionsDraftPanelShowBuildDraftSpellCards",
|
||||
|
||||
"AudioOptionsSoundPanelEnableSound",
|
||||
"AudioOptionsSoundPanelSoundEffects",
|
||||
@@ -306,7 +313,9 @@ S:AddCallback("Skin_BlizzardOptions", function()
|
||||
"InterfaceOptionsCombatPanelSpellActivationOverlayAlpha",
|
||||
"InterfaceOptionsMousePanelMouseLookSpeedSlider",
|
||||
"InterfaceOptionsMousePanelMouseSensitivitySlider",
|
||||
|
||||
"InterfaceOptionsCombatPanelNameplateDistance",
|
||||
"InterfaceOptionsCombatPanelNameplateZ",
|
||||
|
||||
"AudioOptionsSoundPanelSoundQuality",
|
||||
"AudioOptionsSoundPanelSoundChannels",
|
||||
"AudioOptionsSoundPanelMasterVolume",
|
||||
|
||||
Reference in New Issue
Block a user