2007-05-18 16:57:36 +00:00
|
|
|
local t = Def.ActorFrame {
|
2009-12-12 18:02:14 +00:00
|
|
|
Def.Quad{
|
|
|
|
|
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomto,SCREEN_WIDTH,120;diffuse,color("0,0,0,0.7"));
|
2007-05-07 17:27:28 +00:00
|
|
|
};
|
2009-12-12 18:02:14 +00:00
|
|
|
LoadFont("_terminator two 40px") .. {
|
|
|
|
|
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;shadowlength,0;strokecolor,color("#00006688");settext,"DEMONSTRATION";diffuseshift;effectperiod,1;effectcolor1,color("#A38B00");effectcolor2,color("#F3CB00"););
|
2007-05-07 17:27:28 +00:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2007-05-18 16:57:36 +00:00
|
|
|
return t;
|