Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua
T

11 lines
317 B
Lua
Raw Normal View History

2007-04-07 22:33:53 +00:00
local children = {
LoadActor( "_music scroll background" ) .. {
InitCommand = cmd(scale_or_crop_background);
};
LoadFont( "ScreenMusicScroll", "thanks" ) .. {
Text = "Thank you for playing!";
InitCommand = cmd(align,0,1;x,SCREEN_LEFT+20;y,SCREEN_BOTTOM-40;zoom,.8)
};
2006-10-16 08:08:02 +00:00
}
2007-04-07 22:33:53 +00:00
return WrapInActorFrame( children )