diff --git a/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.lua b/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.lua index 3768026a7c..304d87855a 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.lua @@ -1,3 +1,7 @@ -return Def.Quad { - InitCommand=cmd(diffuse,0.5,0.5,1,0.7;zoomtowidth,300;zoomtoheight,24;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20); -}; +return Def.ActorFrame +{ + LoadActor( THEME:GetPathG("", "OptionRowSimple Frame (doubleres)") ) .. + { + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20); + }; +}