Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local rc = CreateFrame("Frame")
  2.  
  3.  
  4. rc:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
  5. rc:SetWidth(256)
  6. rc:SetHeight(56)
  7.  
  8. rc.background = rc:CreateTexture(nil, "BACKGROUND")
  9. rc.background:SetAllPoints(rc)
  10. rc.background:SetTexture(0, 0, 0, 0.5)
Add Comment
Please, Sign In to add comment