PDA

View Full Version : ToT & ToTT Color



hadoken
07-23-2006, 07:38 AM
Was wondering which line in the layout.lua controls the color of just the ToT & ToTT background. Currently, mine is white and i'd like to make it transparent black again. Thanks

Gigamo
07-23-2006, 07:57 AM
Line 259:


Nurfed_Unit_mini = {
type = "Button",
size = { 65, 20 },
FrameStrata = "LOW",
Backdrop = {
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
tile = true,
tileSize = 16,
edgeSize = 8,
insets = { left = 0, right = 0, top = 0, bottom = 0 }
},
BackdropColor = { 0, 0, 0, 0.75 },

hadoken
07-23-2006, 09:49 AM
that did it. thank you :>

a67rhf7823jn8747==