var, not global

This commit is contained in:
Glenn Maynard
2007-05-27 19:09:18 +00:00
parent f72002721c
commit 499d4e3c8f
3 changed files with 5 additions and 4 deletions
@@ -1,6 +1,6 @@
local t = Def.ActorFrame {
LoadFont("", "blaster") ..{
Text=THEME:GetString( 'ScreenTitleMenu', ThisGameCommand:GetText() );
Text=THEME:GetString( 'ScreenTitleMenu', Var("GameCommand"):GetText() );
InitCommand=cmd(horizalign,center;shadowlength,0);
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);