diff --git a/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/_music scroll background.png b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/_music scroll background.png new file mode 100644 index 0000000000..287dc29729 Binary files /dev/null and b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/_music scroll background.png differ diff --git a/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua new file mode 100644 index 0000000000..bf5493dd60 --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua @@ -0,0 +1,3 @@ +return LoadActor( "_music scroll background" )() .. { + InitCommand = cmd(stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM), +}