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
@@ -5,11 +5,8 @@ return Def.ActorFrame {
OffFocusedCommand=cmd();
OffUnfocusedCommand=cmd();
children =
{
LoadFont( "Common", "normal" ) .. {
Text=THEME:GetString("PaneDisplay", text);
OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5);
};
LoadFont( "Common", "normal" ) .. {
Text=THEME:GetString("PaneDisplay", text);
OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5);
};
};