2011-03-17 01:47:30 -04:00
|
|
|
local gc = Var("GameCommand");
|
|
|
|
|
|
|
|
|
|
local t = Def.ActorFrame {};
|
|
|
|
|
|
|
|
|
|
t[#t+1] = LoadFont("Common Normal") .. {
|
|
|
|
|
Text=gc:GetText();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
t.GainFocusCommand=cmd(diffusealpha,1);
|
|
|
|
|
t.LoseFocusCommand=cmd(diffusealpha,0.5);
|
2011-01-21 14:24:08 -08:00
|
|
|
return t;
|