From c3ac86cbc81dc3183f3f16ad16bf2e400dfc8cf7 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 16 Feb 2007 09:23:20 +0000 Subject: [PATCH] Use LoadFont --- stepmania/Themes/default/Graphics/_PaneDisplay label.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/Themes/default/Graphics/_PaneDisplay label.lua b/stepmania/Themes/default/Graphics/_PaneDisplay label.lua index 71e3aef8f1..78ff93a48d 100644 --- a/stepmania/Themes/default/Graphics/_PaneDisplay label.lua +++ b/stepmania/Themes/default/Graphics/_PaneDisplay label.lua @@ -7,9 +7,8 @@ return Def.ActorFrame { children = { - Def.BitmapText { + LoadFont( "Common", "normal" ) .. { Text=THEME:GetString("PaneDisplay", text); - File="Common normal"; OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5); }; };