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

6 lines
161 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";
InitCommand=cmd(Center;diffuse,color("#000000");Stroke,color("#ffffff"));
};
2011-04-07 16:42:16 -07:00
}