2011-03-17 01:47:30 -04:00
|
|
|
local gc = Var("GameCommand");
|
|
|
|
|
local t = Def.ActorFrame {};
|
|
|
|
|
t[#t+1] = Def.ActorFrame {
|
|
|
|
|
GainFocusCommand=THEME:GetMetric(Var "LoadingScreen","IconGainFocusCommand");
|
|
|
|
|
LoseFocusCommand=THEME:GetMetric(Var "LoadingScreen","IconLoseFocusCommand");
|
|
|
|
|
LoadActor(THEME:GetPathG("_SelectIcon",gc:GetName() )) .. {
|
|
|
|
|
DisabledCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
|
|
|
|
EnabledCommand=cmd(diffuse,color("1,1,1,1"));
|
|
|
|
|
};
|
|
|
|
|
};
|
2010-01-26 21:00:30 -06:00
|
|
|
return t
|