Files
itgmania212121/Themes/_themekit-piu/BGAnimations/ScreenTitleMenu underlay/default.lua
T
2013-07-03 18:38:57 -04:00

10 lines
219 B
Lua

return Def.ActorFrame {
LoadFont("_arial black 20px")..{
Text="Background logo or video must go here...";
InitCommand=function(self)
self:CenterX();
self:y(200);
self:Stroke(color("#000000"));
end;
};
}