+ f.defensive = f:CreateTexture(nil, "OVERLAY");
+ f.defensive:SetPoint("TOPLEFT", f.background, "TOPLEFT", 1, -1);
+ f.defensive:SetWidth(6);
+ f.defensive:SetHeight(6);
+ f.defensive:SetColorTexture(1, 0.3, 0);
+ f.defensive:Hide();
+ f.buffind1 = f:CreateTexture(nil, "OVERLAY");
+ f.buffind1:SetPoint("TOPRIGHT", f.background, "TOPRIGHT", -1, -1);
+ f.buffind1:SetWidth(6);
+ f.buffind1:SetHeight(6);
+ f.buffind1:SetColorTexture(0.8, 0.1, 0.1);
+ f.buffind1:Hide();