reomve old "children" nodes

This commit is contained in:
Glenn Maynard
2007-05-20 18:23:27 +00:00
parent fe718e19da
commit 9e459b8339
11 changed files with 22 additions and 22 deletions
@@ -1,5 +1,5 @@
local Color = color(Var "Color1");
local children = {
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(scale_or_crop_background;diffuse,Color;loop,false;effectclock,"music");
GainFocusCommand=cmd(play);
@@ -7,4 +7,4 @@ local children = {
};
};
return Def.ActorFrame { children = children };
return t;