Files
itgmania212121/Themes/themekit/Graphics/ScreenSelectPlayMode scroll.lua
T
2011-04-25 11:45:06 -07:00

12 lines
453 B
Lua

local gc = Var("GameCommand");
local t = Def.ActorFrame {
LoadActor("PlayMode " .. gc:GetText() );
};
t[1].OnCommand=Screen.Metric("ScrollerItemOnCommand");
t[1].GainFocusCommand=Screen.Metric("ScrollerItemGainFocusCommand");
t[1].LoseFocusCommand=Screen.Metric("ScrollerItemLoseFocusCommand");
t[1].OffFocusedCommand=Screen.Metric("ScrollerItemOffFocusedCommand");
t[1].OffUnfocusedCommand=Screen.Metric("ScrollerItemOffUnfocusedCommand");
return t;