RSR stuff ( copyright data is in here watch out. )

This commit is contained in:
Jonathan Payne
2011-01-21 14:24:08 -08:00
parent c380d23d0b
commit 761ea33580
13 changed files with 139 additions and 0 deletions
@@ -0,0 +1,9 @@
local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
LoadActor("VOL1-29-NTSC") .. {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
OnCommand=cmd(diffusealpha,0.75);
};
};
return t