Files
itgmania212121/Themes/rsr/Graphics/ScreenSelectStyle Scroll.lua
T
Jonathan Payne e8590451d8 Make rsr a little better again
Here come the huge lazy commits.

(Sourced from shakesoda/stepmania.)
2013-10-05 03:03:19 -07:00

12 lines
269 B
Lua

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