Files
itgmania212121/Themes/default/BGAnimations/ScreenGameOver underlay/default.lua
T

11 lines
268 B
Lua

return Def.ActorFrame {
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)
}
}