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

10 lines
219 B
Lua
Raw Normal View History

2011-04-29 14:58:59 -04:00
return Def.ActorFrame {
LoadFont("_arial black 20px")..{
Text="Background logo or video must go here...";
2013-07-03 18:38:57 -04:00
InitCommand=function(self)
self:CenterX();
self:y(200);
self:Stroke(color("#000000"));
end;
2011-04-29 14:58:59 -04:00
};
2011-04-07 16:42:16 -07:00
}