Use scale_or_crop_background instead of zoom/stretch/scale.

This commit is contained in:
Steve Checkoway
2007-04-02 19:22:26 +00:00
parent c3f405eede
commit 82c2f596fb
@@ -1,3 +1,4 @@
return LoadActor( "bg.png" ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
}
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
OnCommand=cmd(scale_or_crop_background);
}