6120a8a5e4
This reverts commit 986d510a88.
11 lines
216 B
Lua
11 lines
216 B
Lua
local gc = Var("GameCommand");
|
|
|
|
local t = Def.ActorFrame {};
|
|
|
|
t[#t+1] = LoadFont("Common Normal") .. {
|
|
Text=gc:GetName();
|
|
};
|
|
|
|
t.GainFocusCommand=cmd(visible,true);
|
|
t.LoseFocusCommand=cmd(visible,false);
|
|
return t; |