Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenProfileLoad overlay.lua
T

7 lines
136 B
Lua
Raw Normal View History

return Def.ActorFrame {
2007-07-22 17:55:46 +00:00
BeginCommand=cmd(queuecommand,"Load");
2007-04-18 00:53:11 +00:00
LoadCommand=function()
2007-07-22 17:55:46 +00:00
SCREENMAN:GetTopScreen():Continue();
2007-04-18 00:53:11 +00:00
end;
2007-07-22 17:55:46 +00:00
};