Files
itgmania212121/Themes/_fallback/Graphics/ScreenSelectMaster scroll.lua
T
2010-01-26 21:00:30 -06:00

11 lines
250 B
Lua

local gc = Var("GameCommand");
local t = Def.ActorFrame {};
t[#t+1] = LoadFont("Common Normal") .. {
Text=gc:GetName() .. "\n" .. gc:GetText();
};
t.GainFocusCommand=cmd(visible,true);
t.LoseFocusCommand=cmd(visible,false);
return t;