Files
itgmania212121/Themes/default/Graphics/ScreenNetSelectBase ChatInputBox.lua
T

8 lines
247 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame{
Def.Quad{
2013-07-04 13:09:03 -04:00
InitCommand=function(self)
self:zoomto(THEME:GetMetric(Var "LoadingScreen","ChatInputBoxWidth"), THEME:GetMetric(Var "LoadingScreen","ChatInputBoxHeight"));
self:diffuse(color("0,0,0,0.25"));
end;
2011-03-17 01:47:30 -04:00
};
2010-01-26 21:00:30 -06:00
};