From c0492d0bc1033247336f833e1b5f3e97889379fe Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 17 Oct 2006 21:12:11 +0000 Subject: [PATCH] change font, slightly change position, remove shadow --- .../default/BGAnimations/ScreenRanking underlay/default.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua b/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua index 747e694312..54cf6a30c7 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua @@ -1,5 +1,5 @@ return Def.BitmapText { - Font = "Common normal", + Font = "blaster", Text = "Best Ranking", - InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+64;y,SCREEN_TOP+32) + InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0) }