2011-03-17 01:47:30 -04:00
|
|
|
local t = Def.ActorFrame {};
|
|
|
|
|
|
|
|
|
|
t[#t+1] = Def.ActorFrame {
|
|
|
|
|
InitCommand=cmd(Center);
|
|
|
|
|
Def.Quad {
|
|
|
|
|
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
|
|
|
|
|
OnCommand=cmd(diffuse,color("#00bfe8");diffusetopedge,color("#009ad5"));
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2010-01-26 21:00:30 -06:00
|
|
|
return t
|