sm-ssc v1.0 Public Beta 1 theme changes

This commit is contained in:
AJ Kelly
2010-03-01 00:41:15 -06:00
parent 1e9975dada
commit 42baa6f3f9
21 changed files with 362 additions and 163 deletions
@@ -1,6 +1,15 @@
local jl = Var "JudgmentLine";
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(horizalign,right;zoomto,256,18);
OnCommand=cmd(diffuse,Color("Black");fadeleft,1);
};
Def.Quad {
InitCommand=cmd(horizalign,left;zoomto,256,18);
OnCommand=cmd(diffuse,Color("Black");faderight,1);
};
LoadActor("_frame") .. {
InitCommand=cmd(zoomy,0.75;diffuse,JudgmentLineToColor(jl));
};