From bf17d84375aa1c6614b79dcc8c1057e0a0536fdb Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Mar 2011 18:25:16 -0500 Subject: [PATCH] make lyrics show up over gameplay footer --- Themes/_fallback/Scripts/02 Lyrics.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/_fallback/Scripts/02 Lyrics.lua b/Themes/_fallback/Scripts/02 Lyrics.lua index 169aff9712..9c3be1833e 100644 --- a/Themes/_fallback/Scripts/02 Lyrics.lua +++ b/Themes/_fallback/Scripts/02 Lyrics.lua @@ -1,5 +1,6 @@ function Actor:LyricCommand(side) self:settext( Var "LyricText" ) + self:draworder(102) self:stoptweening() self:shadowlengthx(0)