[/] [branches/] [3.01/] [UI/] [PanelDivider.lua] - Rev 17
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:37 PM.