more updates to Hello World, mainly in the readme.

This commit is contained in:
AJ Kelly
2011-09-10 12:44:44 -05:00
parent 334b55b9d9
commit f8f155a7f8
6 changed files with 59 additions and 4 deletions
@@ -13,7 +13,7 @@ local t = Def.ActorFrame{
InitCommand=cmd(zoomto,SCREEN_WIDTH*0.975,2;y,-32;diffuse,color("#111111FF");diffusetopedge,color("#11111188");shadowlength,-1;shadowcolor,color("#FFFFFF44");fadeleft,0.1;faderight,0.625);
};
LoadFont("_frutiger roman 24px")..{
Name="Header";
Name="Explanation";
Text=THEME:GetString("ScreenGuideMain","Explanation");
InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH));
};