From 6fc81483d31f80db9904472490cb5dc265c32322 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:54:07 -0700 Subject: [PATCH] Skins/Options: skin new options --- .../Skins/Blizzard/BlizzardOptions.lua | 38 ++++++++++++++----- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua index c409100..472aee8 100644 --- a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua +++ b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua @@ -181,10 +181,6 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsNamesPanelFriendlyPets", "InterfaceOptionsNamesPanelFriendlyGuardians", "InterfaceOptionsNamesPanelFriendlyTotems", - "InterfaceOptionsNamesPanelUnitNameplatesFriends", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyGuardians", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyPets", - "InterfaceOptionsNamesPanelUnitNameplatesFriendlyTotems", "InterfaceOptionsNamesPanelGuilds", "InterfaceOptionsNamesPanelNPCNames", "InterfaceOptionsNamesPanelUnitNameplatesAllowOverlap", @@ -194,10 +190,6 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsNamesPanelEnemyPets", "InterfaceOptionsNamesPanelEnemyGuardians", "InterfaceOptionsNamesPanelEnemyTotems", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyPets", - "InterfaceOptionsNamesPanelUnitNameplatesEnemies", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyGuardians", - "InterfaceOptionsNamesPanelUnitNameplatesEnemyTotems", "InterfaceOptionsCombatTextPanelTargetDamage", "InterfaceOptionsCombatTextPanelPeriodicDamage", "InterfaceOptionsCombatTextPanelPetDamage", @@ -265,6 +257,22 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsDraftPanelSkipDraftConfirmation", "InterfaceOptionsDraftPanelSkipDraftSacrificeConfirmation", "InterfaceOptionsDraftPanelShowBuildDraftSpellCards", + "InterfaceOptionsNamePlatePanelAllowOverlap", + "InterfaceOptionsNamePlatePanelFriends", + "InterfaceOptionsNamePlatePanelFriendlyPets", + "InterfaceOptionsNamePlatePanelFriendlyGuardians", + "InterfaceOptionsNamePlatePanelFriendlyTotems", + "InterfaceOptionsNamePlatePanelEnemies", + "InterfaceOptionsNamePlatePanelEnemyPets", + "InterfaceOptionsNamePlatePanelEnemyGuardians", + "InterfaceOptionsNamePlatePanelEnemyTotems", + "InterfaceOptionsNamePlatePanelIntersectUseCamera", + "InterfaceOptionsActionCameraEnableActionCam", + "InterfaceOptionsActionCameraHeadBob", + "InterfaceOptionsActionCameraFocusInteractable", + "InterfaceOptionsActionCameraFocusTarget", + "InterfaceOptionsMouseoverCastPanelMouseoverCastFriendly", + "InterfaceOptionsMouseoverCastPanelMouseoverCastHarm", "AudioOptionsSoundPanelEnableSound", "AudioOptionsSoundPanelSoundEffects", @@ -313,8 +321,17 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsCombatPanelSpellActivationOverlayAlpha", "InterfaceOptionsMousePanelMouseLookSpeedSlider", "InterfaceOptionsMousePanelMouseSensitivitySlider", - "InterfaceOptionsCombatPanelNameplateDistance", - "InterfaceOptionsCombatPanelNameplateZ", + "InterfaceOptionsNamePlatePanelIntersectOpacity", + "InterfaceOptionsNamePlatePanelNameplateDistance", + "InterfaceOptionsNamePlatePanelFadeInMin", + "InterfaceOptionsNamePlatePanelNameplateZ", + "InterfaceOptionsNamePlatePanelFadeInMax", + "InterfaceOptionsActionCameraAngle", + "InterfaceOptionsActionCameraHeight", + "InterfaceOptionsActionCameraMinPitch", + "InterfaceOptionsActionCameraDistance", + "InterfaceOptionsActionCameraTurnSpeed", + "InterfaceOptionsActionCameraMaxPitch", "AudioOptionsSoundPanelSoundQuality", "AudioOptionsSoundPanelSoundChannels", @@ -383,6 +400,7 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsCameraPanelStyleDropDown", "InterfaceOptionsMousePanelClickMoveStyleDropDown", "InterfaceOptionsLanguagesPanelLocaleDropDown", + "InterfaceOptionsMouseoverCastPanelHotkeyDropDown", "AudioOptionsSoundPanelHardwareDropDown",