Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 12-16-20, 09:52 AM
Replies: 19
Views: 19,850
Posted By Fizzlemizz
Again, the same as Kanegasi but slightly...

Again, the same as Kanegasi but slightly different in order to bake the border colouring into your created frames:

local function ColorBorders(self, r, g, b, a)
for i=1, 4...
Forum: Lua/XML Help 12-14-20, 04:06 PM
Replies: 19
Views: 19,850
Posted By Fizzlemizz
Something else to try: local function...

Something else to try:
local function CreateBorder(self)
if not self.borders then
self.borders = {}
for i=1, 4 do
self.borders[i] = self:CreateLine(nil, "BACKGROUND", nil, 0)
local l =...
Showing results 1 to 2 of 2