Files
itgmania212121/Themes/rsr/Graphics/ScreenSelectStyle Scroll.lua
T

12 lines
269 B
Lua
Raw Normal View History

2013-10-05 03:03:19 -07:00
local gc = Var("GameCommand");
local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
LoadFont("Common Normal") .. {
Text=gc:GetName();
InitCommand=cmd(shadowlength,1.5);
};
GainFocusCommand=cmd(visible,true);
LoseFocusCommand=cmd(visible,false);
};
return t