xml -> lua

This commit is contained in:
AJ Kelly
2007-04-02 17:36:59 +00:00
parent a63851f13c
commit c3f405eede
@@ -0,0 +1,3 @@
return LoadActor( "caution.png" ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
}