From 7dac269bcb5d35de2d864b9ea784b628e4c2ffad Mon Sep 17 00:00:00 2001 From: freem Date: Tue, 30 Sep 2014 23:39:21 -0500 Subject: [PATCH] This file also uses LoadFont("Common","Normal"), which will cause StepMania to cry --- Themes/default/Graphics/StepsDisplay autogen/default.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/default/Graphics/StepsDisplay autogen/default.lua b/Themes/default/Graphics/StepsDisplay autogen/default.lua index 59ebf66c45..f876d08158 100644 --- a/Themes/default/Graphics/StepsDisplay autogen/default.lua +++ b/Themes/default/Graphics/StepsDisplay autogen/default.lua @@ -8,7 +8,8 @@ t[#t+1] = Def.Quad { InitCommand=cmd(zoomto,40,20;diffuse,Color.Black; diffusealpha,0.5;fadeleft,0.25;faderight,0.25); }; -t[#t+1] = LoadFont("Common","Normal") .. { +t[#t+1] = Def.BitmapText { + Font="Common Normal"; Text="AG"; InitCommand=cmd(shadowlength,1;zoom,0.875); };