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

5 lines
214 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
return Def.ActorFrame{
Def.Quad{
InitCommand=cmd(zoomto,THEME:GetMetric(Var "LoadingScreen","ChatInputBoxWidth"),THEME:GetMetric(Var "LoadingScreen","ChatInputBoxHeight");diffuse,color("0,0,0,0.25"));
};
};