From 82c2f596fb29a860cf40a9457a35f4df07032ad0 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 2 Apr 2007 19:22:26 +0000 Subject: [PATCH] Use scale_or_crop_background instead of zoom/stretch/scale. --- .../default/BGAnimations/ScreenLogo background/default.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua b/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua index 314503db96..204dde975a 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua @@ -1,3 +1,4 @@ return LoadActor( "bg.png" ) .. { - InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT); -} \ No newline at end of file + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y); + OnCommand=cmd(scale_or_crop_background); +}