Fix typo in default background paths
This commit is contained in:
@@ -6,18 +6,18 @@ end
|
|||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
local DEFAULT_MEDIA_TABLE = {
|
local DEFAULT_MEDIA_TABLE = {
|
||||||
background = {
|
background = {
|
||||||
["Blizzard Dialog Background"] = "Interfacee\\DialogFrame\\UI-DialogBox-Background",
|
["Blizzard Dialog Background"] = "Interface\\DialogFrame\\UI-DialogBox-Background",
|
||||||
["Blizzard Dialog Background Dark"] = "Interfacee\\DialogFrame\\UI-DialogBox-Background-Dark",
|
["Blizzard Dialog Background Dark"] = "Interface\\DialogFrame\\UI-DialogBox-Background-Dark",
|
||||||
["Blizzard Dialog Background Gold"] = "Interfacee\\DialogFrame\\UI-DialogBox-Gold-Background",
|
["Blizzard Dialog Background Gold"] = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background",
|
||||||
["Blizzard Low Health"] = "Interfacee\\FullScreenTextures\\LowHealth",
|
["Blizzard Low Health"] = "Interface\\FullScreenTextures\\LowHealth",
|
||||||
["Blizzard Marble"] = "Interfacee\\FrameGeneral\\UI-Background-Marble",
|
["Blizzard Marble"] = "Interface\\FrameGeneral\\UI-Background-Marble",
|
||||||
["Blizzard Out of Control"] = "Interfacee\\FullScreenTextures\\OutOfControl",
|
["Blizzard Out of Control"] = "Interface\\FullScreenTextures\\OutOfControl",
|
||||||
["Blizzard Parchment"] = "Interfacee\\AchievementFrame\\UI-Achievement-Parchment-Horizontal",
|
["Blizzard Parchment"] = "Interface\\AchievementFrame\\UI-Achievement-Parchment-Horizontal",
|
||||||
["Blizzard Parchment 2"] = "Interfacee\\AchievementFrame\\UI-GuildAchievement-Parchment-Horizontal",
|
["Blizzard Parchment 2"] = "Interface\\AchievementFrame\\UI-GuildAchievement-Parchment-Horizontal",
|
||||||
["Blizzard Rock"] = "Interfacee\\FrameGeneral\\UI-Background-Rock",
|
["Blizzard Rock"] = "Interface\\FrameGeneral\\UI-Background-Rock",
|
||||||
["Blizzard Tabard Background"] = "Interfacee\\TabardFrame\\TabardFrameBackground",
|
["Blizzard Tabard Background"] = "Interface\\TabardFrame\\TabardFrameBackground",
|
||||||
["Blizzard Tooltip"] = "Interfacee\\Tooltips\\UI-Tooltip-Background",
|
["Blizzard Tooltip"] = "Interface\\Tooltips\\UI-Tooltip-Background",
|
||||||
["Solid"] = "Interfacee\\Buttons\\WHITE8X8",
|
["Solid"] = "Interface\\Buttons\\WHITE8X8",
|
||||||
},
|
},
|
||||||
font = {
|
font = {
|
||||||
["Arial Narrow"] = "Fonts\\ARIALN.TTF",
|
["Arial Narrow"] = "Fonts\\ARIALN.TTF",
|
||||||
|
|||||||
Reference in New Issue
Block a user