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

11 lines
286 B
Lua

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" };
};