lotrointerface.com
Search Downloads

LoTROInterface SVN KragenBars

[/] [branches/] [3.21/] [UI/] [PanelDivider.lua] - Rev 72

Compare with Previous | Blame | View Log

import "Turbine.UI";

PanelDivider = class(Turbine.UI.Label);

function PanelDivider:Constructor()
    Turbine.UI.Label.Constructor(self);

    self:SetFont(Turbine.UI.Lotro.Font.TrajanPro18);
    self:SetForeColor(Turbine.UI.Color(244/255, 255/255, 51/255));
    self:SetTextAlignment(Turbine.UI.ContentAlignment.MiddleCenter);
    self:SetFontStyle(Turbine.UI.FontStyle.Outline);
    self:SetOutlineColor(Turbine.UI.Color(0, 0, 0));
    self:SetBlendMode(Turbine.UI.BlendMode.AlphaBlend);
    self:SetBackground("KragenPlugs/UI/Resources/options_panel_divider.tga");
end

Compare with Previous | Blame


All times are GMT -5. The time now is 06:44 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui