reomve old "children" node

This commit is contained in:
Glenn Maynard
2007-05-20 17:59:03 +00:00
parent f4cec5f3d1
commit f31e2edcc2
4 changed files with 11 additions and 14 deletions
@@ -1,4 +1,4 @@
local children = {
local t = Def.ActorFrame {
LoadFont("", "blaster") ..{
Text=THEME:GetString( 'ScreenTitleMenu', ThisGameCommand:GetText() );
InitCommand=cmd(horizalign,center;shadowlength,0);
@@ -8,4 +8,4 @@ local children = {
};
};
return Def.ActorFrame { children = children };
return t;