xml -> lua

This commit is contained in:
Chris Danford
2007-03-01 07:55:07 +00:00
parent 50c64785b4
commit 83f1e77d16
@@ -0,0 +1,4 @@
return LoadActor( "bg" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT);
}