Initial commit.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local gc = Var("GameCommand");
|
||||
|
||||
return Def.ActorFrame {
|
||||
LoadFont("Common Normal") .. {
|
||||
Text=gc:GetText();
|
||||
OnCommand=cmd(strokecolor,color("0,0,0,0.5"));
|
||||
GainFocusCommand=cmd(zoom,1;diffuse,color("1,1,1,1"));
|
||||
LoseFocusCommand=cmd(zoom,0.75;diffuse,color("0.5,0.5,0.5,1"));
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user