Thread: little lua help
View Single Post
11-01-10, 11:00 AM   #8
Aesh
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Nov 2009
Posts: 11
Try this
for i,v in pairs({
MainMenuBarTexture0,
MainMenuBarTexture1,
MainMenuBarTexture2,
MainMenuBarTexture3,
MainMenuBarLeftEndCap,
MainMenuBarRightEndCap,
MainMenuMaxLevelBar0,
MainMenuMaxLevelBar1,
MainMenuMaxLevelBar2,
MainMenuMaxLevelBar3,
TimeManagerClockButton,
GetTimeFrame,
PlayerFrameTexture,
ClockBorder, -- oops i forget commas
UICalendarButton,
}) do
v:SetVertexColor(.35,.35,.35)
end

or maybe UICalendarButtonBorder not sure

Last edited by Aesh : 11-01-10 at 11:08 AM.
  Reply With Quote