2011-03-17 01:47:30 -04:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
|
|
|
|
|
LoadFont("Common Normal") .. {
|
2012-03-23 12:42:06 -05:00
|
|
|
Text=ScreenString("GAME OVER");
|
2011-03-17 01:47:30 -04:00
|
|
|
InitCommand=cmd(y,-4;shadowlength,1;diffuse,Color("Red"));
|
|
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
2012-03-23 12:42:06 -05:00
|
|
|
Text=ScreenString("Play again soon!");
|
2011-03-17 01:47:30 -04:00
|
|
|
InitCommand=cmd(y,16;shadowlength,1;zoom,0.5;);
|
|
|
|
|
};
|
2010-01-26 21:00:30 -06:00
|
|
|
};
|