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
@@ -15,7 +15,7 @@ local t = Def.ActorFrame{
LoadFont("_frutiger roman 24px")..{
Name="Header";
Text=THEME:GetString("ScreenGuideMain","Explanation");
InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH)*1.45);
InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH));
};
};
};