theme cleanup

This commit is contained in:
Chris Danford
2008-07-05 23:03:41 +00:00
parent 2b0b9af12f
commit 6c09befb17
14 changed files with 51 additions and 52 deletions
@@ -1,7 +1,7 @@
local s = THEME:GetString( 'ScreenTitleMenu', Var("GameCommand"):GetText() );
local t = Def.ActorFrame {
LoadFont("", "blaster") ..{
Text=THEME:GetString( 'ScreenTitleMenu', Var("GameCommand"):GetText() );
InitCommand=cmd(horizalign,center;shadowlength,0);
LoadFont("_venacti bold 30px") ..{
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;);
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,0.5,1,0.5,1;effectcolor2,0.25,0.5,0.25,1;);
LoseFocusCommand=cmd(stoptweening;stopeffect);
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);