Update /rsr slightly.
This commit is contained in:
committed by
Devin J. Pohly
parent
90fe50a064
commit
db4acae2c5
@@ -2,8 +2,8 @@ local t = Def.ActorFrame {};
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(y,-64);
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH-32,2);
|
||||
OnCommand=cmd(diffusealpha,0.5);
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,64);
|
||||
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.75);
|
||||
};
|
||||
};
|
||||
return t
|
||||
Reference in New Issue
Block a user