fixing up notification at bottom

This commit is contained in:
AJ Kelly
2007-08-18 22:24:07 +00:00
parent dc52d1e3e5
commit 4cd245e477
@@ -6,7 +6,7 @@ local Title = LoadFont( "Common", "normal" ) .. {
local InstructionsZoom = .5;
local Instructions = LoadFont( "Common", "normal" ) .. {
Text = THEME:GetString( "ScreenInstructions", pm .. " instructions" );
InitCommand = cmd(zoom,InstructionsZoom;addx,-240;addy,80;horizalign,'HorizAlign_Left';vertalign,'VertAlign_Bottom';wrapwidthpixels,480/InstructionsZoom;diffusetopedge,color("#FFF096");diffusebottomedge,color("#005E96"));
InitCommand = cmd(zoom,InstructionsZoom;addy,80;vertalign,'VertAlign_Bottom';wrapwidthpixels,480/InstructionsZoom;shadowlength,1);
};
local Background = {