2007-05-18 17:06:40 +00:00
|
|
|
local t = Def.ActorFrame {
|
2007-04-07 22:33:53 +00:00
|
|
|
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-05-18 17:06:40 +00:00
|
|
|
return t;
|