(LARGE COMMIT) bring /new from broken. copyright things abound please do not bundle this yet.

This commit is contained in:
Jonathan Payne
2012-03-18 12:39:44 -07:00
parent 217d5c2b52
commit c1be7f6b6f
105 changed files with 1364 additions and 0 deletions
@@ -0,0 +1,15 @@
return Def.ActorFrame {
-- Base
Def.Quad {
InitCommand=cmd(horizalign,left;vertalign,bottom;
zoomto,SCREEN_WIDTH,80;
diffuse,ThemeColor.Background;diffusealpha,0.5);
};
-- Inner Shadow
Def.Quad {
InitCommand=cmd(horizalign,left;vertalign,top;
y,-80;
zoomto,SCREEN_WIDTH,2;
diffuse,ThemeColor.Primary;diffusealpha,1;);
};
};