- textures changes:
*copy.tga *custom_bg.tga *options_window.tga *added border_welcome.tga *removed welcome.tga
This commit is contained in:
+4
-4
@@ -1267,10 +1267,10 @@ function gump:CreateSimplePanel (parent, w, h, title, name)
|
||||
|
||||
f:SetScript ("OnMouseDown", simple_panel_mouse_down)
|
||||
f:SetScript ("OnMouseUp", simple_panel_mouse_up)
|
||||
|
||||
local bg = f:CreateTexture (nil, "background")
|
||||
bg:SetAllPoints (f)
|
||||
bg:SetTexture ([[Interface\AddOns\Details\images\welcome]])
|
||||
|
||||
f:SetBackdrop ({bgFile = [[Interface\DialogFrame\UI-DialogBox-Background-Dark]], tile = true, tileSize = 128, insets = {left=3, right=3, top=3, bottom=3},
|
||||
edgeFile = [[Interface\AddOns\Details\images\border_welcome]], edgeSize = 16})
|
||||
f:SetBackdropColor (1, 1, 1, 0.75)
|
||||
|
||||
local close = CreateFrame ("button", name .. "Close", f, "UIPanelCloseButton")
|
||||
close:SetSize (32, 32)
|
||||
|
||||
@@ -40,10 +40,6 @@ local _
|
||||
edgeFile = [[Interface\AddOns\Details\images\border_3]], edgeSize = 9, insets = {left = 2, right = 2, top = 3, bottom = 3}})
|
||||
background_frame:SetBackdropColor (0, 0, 0, 0.95)
|
||||
|
||||
-- local background_frame_image = background_frame:CreateTexture (nil, "background")
|
||||
-- background_frame_image:SetAllPoints (background_frame)
|
||||
-- background_frame_image:SetTexture ([[Interface\AddOns\Details\images\welcome]])
|
||||
|
||||
local haveHFlip = false
|
||||
local haveVFlip = false
|
||||
|
||||
|
||||
@@ -724,7 +724,7 @@ function gump:NewSpecialLuaEditorEntry (parent, w, h, member, name, nointent)
|
||||
IndentationLib.enable (scrollframe.editbox, nil, 4)
|
||||
end
|
||||
|
||||
borderframe:SetBackdrop ({bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], edgeFile = [[Interface\Tooltips\UI-Tooltip-Border]],
|
||||
borderframe:SetBackdrop ({bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], edgeFile = [[Interface\AddOns\Details\images\border_3]],
|
||||
tile = 1, tileSize = 16, edgeSize = 16, insets = {left = 5, right = 5, top = 5, bottom = 5}})
|
||||
borderframe:SetBackdropColor (0.090195, 0.090195, 0.188234, 1)
|
||||
borderframe:SetBackdropBorderColor (1, 1, 1, 1)
|
||||
|
||||
Reference in New Issue
Block a user