View Single Post
01-05-18, 11:47 AM   #7
warcry16
A Murloc Raider
Join Date: Jan 2018
Posts: 6
Originally Posted by Fizzlemizz View Post
You said "I removed the background from the chat bubble" so I assume you wrote the code to do it.

You would insert it just after the code where you removed the backdrop.

You would have something like
Code:
frame:SetBackdrop(nil)
The label "frame" might be different.

Insert the code just after that line changing "bubbleframe" to whatever the "frame" label is in your code.
I actually didn't ^^, I downloaded 3 files named:
ChatBubble-Tail.blp
ChatBubble-Background.blp
ChatBubble-Backdrop.blp

and put them inside interface/Tooltips

so should I edit one of these files?
  Reply With Quote