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,6 +1,6 @@
local Color = color(Var "Color1");
local children = {
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(scale_or_crop_background;diffuse,Color;position,0;effectclock,"music");
GainFocusCommand=cmd(play);
@@ -8,5 +8,5 @@ local children = {
};
};
return Def.ActorFrame { children = children };
return t;