Files
itgmania212121/Themes/_themekit-piu/Graphics/ScreenTitleMenu scroll.lua
T

11 lines
286 B
Lua
Raw Normal View History

2011-04-29 14:58:59 -04:00
local gc = Var("GameCommand");
return Def.ActorFrame {
InitCommand=function(self)
local this = self:GetChildren()
this.ttf:settext(gc:GetText());
this.ttf:Stroke(color("#000000"));
this.ttf:diffuse(color("#ffffff"));
end;
LoadFont("_arial", "black 20px")..{ Name="ttf" };
2011-04-07 16:42:16 -07:00
};