updates to Hello World

This commit is contained in:
AJ Kelly
2011-09-03 17:10:57 -05:00
parent c22c0449f7
commit afe7569f08
9 changed files with 15 additions and 10 deletions
@@ -14,7 +14,7 @@ local t = Def.ActorFrame{
};
LoadActor( THEME:GetPathG("_section", "Guide") )..{
InitCommand=cmd(x,-250;y,-24;Real;halign,0);
InitCommand=cmd(x,-244;y,-23;Real;halign,0);
GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9);
LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45);
};