11 lines
249 B
Lua
11 lines
249 B
Lua
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"));
|
|
};
|
|
};
|
|
|
|
return t |