Allow the use of atlas instead of icon in the AceOptions table format #668


  • Enhancement
Open
  • Ludovicus_Maior created this issue Oct 17, 2024

    Blizzard has started to use Atlas references instead of Icon references for many UI elements.

    It would be useful to be able to use an atlas key instead of an icon and have the guts then call texture:SetAtlas instead of texture:SetTexture .

    For example:

    {
    type="description",
    fontSize="medium",
    name="This is a Campaign Daily",
    image = "CampaignAvailableDailyQuestIcon"
    imageWidth=16,
    imageHeight=16
    }
    The lack of slashes could be used to trigger the use of SetAtlas instead of SetTexture.
     
  • Ludovicus_Maior added a tag Enhancement Oct 17, 2024
  • Ludovicus_Maior edited description Oct 17, 2024
  • Spoony36 posted a comment Oct 19, 2024

    ^ This


To post a comment, please login or register a new account.