10 lines
219 B
Lua
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;
|
|
};
|
|
} |