RSR stuff ( copyright data is in here watch out. )

This commit is contained in:
Jonathan Payne
2011-01-21 14:24:08 -08:00
parent c380d23d0b
commit 761ea33580
13 changed files with 139 additions and 0 deletions
@@ -0,0 +1,11 @@
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);
return t;