From f7577ffa78ad8a38786b9cfa931bdb973b93fd2d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 7 Apr 2007 11:33:14 +0000 Subject: [PATCH] stretchto -> scale_or_crop_background. This is a cool looking background but the baked in text looks bad. Is there any chance we could get this widescreen or at least without the text? --- .../BGAnimations/ScreenMusicScroll background/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua index 3a77459e5a..54c756b58a 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenMusicScroll background/default.lua @@ -1,3 +1,3 @@ return LoadActor( "_music scroll background" ) .. { - InitCommand = cmd(stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM), + InitCommand = cmd(scale_or_crop_background), }