Scale for widescreen.

This commit is contained in:
Steve Checkoway
2007-03-10 14:45:23 +00:00
parent ef8b106d19
commit 5088a880f4
@@ -1,4 +1,4 @@
return LoadActor( "bg" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT);
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
}