2013-07-18 17:43:31 -04:00
|
|
|
return Def.ActorFrame {
|
2014-07-26 15:48:36 -05:00
|
|
|
InitCommand=cmd(Center),
|
|
|
|
|
LoadActor(THEME:GetPathG("ScreenGameOver","gameover"))..{
|
|
|
|
|
InitCommand=cmd(y,-16;shadowlength,2)
|
|
|
|
|
},
|
|
|
|
|
LoadFont("Common Normal")..{
|
|
|
|
|
Text=ScreenString("Play again soon!"),
|
|
|
|
|
InitCommand=cmd(y,36;shadowlength,1)
|
|
|
|
|
}
|
|
|
|
|
}
|