Kit Themes!
This commit is contained in:
@@ -3,9 +3,13 @@ local gc = Var("GameCommand");
|
||||
local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = LoadFont("Common Normal") .. {
|
||||
Name="Text";
|
||||
Text=gc:GetText();
|
||||
};
|
||||
|
||||
t.GainFocusCommand=cmd(diffusealpha,1);
|
||||
t.LoseFocusCommand=cmd(diffusealpha,0.5);
|
||||
t[1].OnCommand=Screen.Metric("ScrollerItemOnCommand");
|
||||
t[1].GainFocusCommand=Screen.Metric("ScrollerItemGainFocusCommand");
|
||||
t[1].LoseFocusCommand=Screen.Metric("ScrollerItemLoseFocusCommand");
|
||||
t[1].OffFocusedCommand=Screen.Metric("ScrollerItemOffFocusedCommand");
|
||||
t[1].OffUnfocusedCommand=Screen.Metric("ScrollerItemOffUnfocusedCommand");
|
||||
return t;
|
||||
Reference in New Issue
Block a user