XML -> Lua

This commit is contained in:
AJ Kelly
2007-05-07 17:27:28 +00:00
parent b5c5f1c3d7
commit 0b9d338daa
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,4 @@
return LoadActor("bg.png") ..{
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
OnCommand=cmd(texcoordvelocity,0,-1;customtexturerect,0,0,5,5;diffuse,0.8,0.8,0.8,1);
};