From 4cd245e47704f8402318a4aeccc4bd6942b0669c Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 18 Aug 2007 22:24:07 +0000 Subject: [PATCH] fixing up notification at bottom --- .../default/BGAnimations/ScreenInstructions overlay/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenInstructions overlay/default.lua b/stepmania/Themes/default/BGAnimations/ScreenInstructions overlay/default.lua index 4e6246e843..aa78f1f3c6 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenInstructions overlay/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenInstructions overlay/default.lua @@ -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 = {