Files
itgmania212121/Themes/default/Graphics/ScreenNetSelectBase ChatInputBox.lua
T
2013-07-04 13:09:03 -04:00

8 lines
247 B
Lua

return Def.ActorFrame{
Def.Quad{
InitCommand=function(self)
self:zoomto(THEME:GetMetric(Var "LoadingScreen","ChatInputBoxWidth"), THEME:GetMetric(Var "LoadingScreen","ChatInputBoxHeight"));
self:diffuse(color("0,0,0,0.25"));
end;
};
};