Hi,
i am trying to remove all the background art from alot of frames. You might notice I’ve removed abit so far.
But I am struggling to find the name for the world quest background to remove and the xp art background for the bar at the bottom Does anyone know the names so I can add them to my addon?
I’ve marked the textures I would like to remove with a blue arrow.
imgur .com/a/NKk6oGf
So far my addon script is
MainMenuBarArtFrame.RightEndCap:Hide()
MainMenuBarArtFrame.LeftEndCap:Hide()
MainMenuBarBottomArt:Hide()
MainMenuBarArtFrameBackground.BackgroundSmall:Hide()
MainMenuBarArtFrameBackground:Hide()
ObjectiveTrackerBlocksFrame.AchievementHeader.Background:Hide()
ObjectiveTrackerBlocksFrame.ScenarioHeader.Background:Hide()
ObjectiveTrackerBlocksFrame.QuestHeader.Background:Hide()
Many Thanks,