Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local newFrame = CreateFrame("Frame", nil, UIParent)
  2. newFrame:SetBackdrop({bgFile = "Interface/Tooltips/UI-Tooltip-Background",
  3.       edgeFile = "Interface/Tooltips/UI-Tooltip-Border",
  4.       tile = true, tileSize = 16, edgeSize = 16,
  5.       insets = { left = 4, right = 4, top = 4, bottom = 4 }})
  6. newFrame:SetBackdropColor(0,0,0,1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement