Files
itgmania212121/Themes/_themekit-piu/BGAnimations/ScreenGameOver underlay/default.lua
T

10 lines
208 B
Lua
Raw Normal View History

2011-04-29 14:58:59 -04:00
return Def.ActorFrame {
LoadFont("_impact 50px")..{
Text="THE GAME IS OVER";
2013-07-03 18:38:57 -04:00
InitCommand=function(self)
self:Center();
self:diffuse(color("#000000"));
self:Stroke(color("#ffffff"));
end;
2011-04-29 14:58:59 -04:00
};
2011-04-07 16:42:16 -07:00
}