8 lines
247 B
Lua
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;
|
|
};
|
|
}; |