2008-05-27 00:19:37 +00:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
Def.ActorFrame {
|
|
|
|
|
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;);
|
|
|
|
|
LoadActor("frame") .. {
|
|
|
|
|
InitCommand=cmd();
|
|
|
|
|
};
|
|
|
|
|
LoadFont("_terminator two 60") .. {
|
|
|
|
|
InitCommand=cmd(y,-150;settext,ScreenString("Warning");diffuse,color("#fef500");strokecolor,color("#0167d2");shadowlength,0);
|
|
|
|
|
};
|
2008-05-27 17:08:25 +00:00
|
|
|
LoadFont("_venacti Bold 15px") .. {
|
|
|
|
|
InitCommand=cmd(y,20;settext,ScreenString("BodyText");uppercase,true;wrapwidthpixels,500;strokecolor,color("#0167d2");shadowlength,0);
|
2008-05-27 00:19:37 +00:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|