theme cleanup
This commit is contained in:
@@ -23,14 +23,11 @@ local t = Def.ActorFrame {
|
||||
LoadActor( "preview " .. gc:GetName() ) .. {
|
||||
InitCommand=cmd(y,170;vertalign,bottom;);
|
||||
};
|
||||
LoadFont( "_terminator two stroke 92" ) .. {
|
||||
InitCommand=cmd(x,94;settext,string.upper(gc:GetText());shadowlength,0;zoom,0.7;zoomtowidth,300;rotationz,-90;diffuse,color("#000000");diffusealpha,0.35);
|
||||
LoadFont( "_terminator two 40px" ) .. {
|
||||
InitCommand=cmd(x,94;settext,string.upper(gc:GetText());shadowlength,0;zoom,1.2;zoomtowidth,300;rotationz,-90;diffuse,c;strokecolor,color("#00000044");shadowlengthx,4;shadowlengthy,0;);
|
||||
};
|
||||
LoadFont( "_terminator two 92" ) .. {
|
||||
InitCommand=cmd(x,94;settext,string.upper(gc:GetText());shadowlength,0;zoom,0.7;zoomtowidth,300;rotationz,-90;diffuse,c;shadowlengthx,4;shadowlengthy,0;);
|
||||
};
|
||||
LoadFont( "_euromode 44" ) .. {
|
||||
InitCommand=cmd(horizalign,right;vertalign,bottom;x,72;y,150;settext,ScreenString(gc:GetName().."Explanation");shadowlengthx,0;shadowlengthy,3;maxwidth,500;diffuse,c;strokecolor,color("#000000"););
|
||||
LoadFont( "_venacti Bold 24px" ) .. {
|
||||
InitCommand=cmd(horizalign,right;vertalign,bottom;x,72;y,150;settext,ScreenString(gc:GetName().."Explanation");shadowlengthx,0;shadowlengthy,3;maxwidth,500;diffuse,c;strokecolor,color("#00000044"););
|
||||
};
|
||||
};
|
||||
Def.ActorFrame {
|
||||
@@ -45,11 +42,8 @@ local t = Def.ActorFrame {
|
||||
GainFocusCommand=cmd(visible,true);
|
||||
LoseFocusCommand=cmd(visible,false);
|
||||
};
|
||||
LoadFont( "_terminator two stroke 60" ) .. {
|
||||
InitCommand=cmd(y,-6;settext,string.upper(gc:GetText());shadowlength,0;maxwidth,350;diffuse,color("#000000");diffusealpha,0.35;);
|
||||
};
|
||||
LoadFont( "_terminator two 60" ) .. {
|
||||
InitCommand=cmd(y,-6;settext,string.upper(gc:GetText());shadowlength,0;maxwidth,350;diffuse,c;shadowlengthx,0;shadowlengthy,4;);
|
||||
LoadFont( "_terminator two 30" ) .. {
|
||||
InitCommand=cmd(y,-6;settext,string.upper(gc:GetText());maxwidth,350;diffuse,c;strokecolor,color("#0000004F");shadowlengthx,0;shadowlengthy,4;shadowcolor,color("#00000044"););
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user