From 18654fb89a9c7b5f1a64885a1f9c174b32d0584f Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Sat, 17 May 2008 16:40:03 +0000 Subject: [PATCH] Replace text entry quad with sprite. --- .../default/BGAnimations/ScreenTextEntry underlay.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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); + }; +}