From d17b11e31cffc07eb1c71c2e3eca81bf4ef912ba Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 16 Aug 2010 22:37:56 -0500 Subject: [PATCH] just some more changes --- .../BGAnimations/ScreenSelectMusic decorations/default.lua | 6 +++++- Themes/default/metrics.ini | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua b/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua index c661d2d829..064f2e39bb 100644 --- a/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua +++ b/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua @@ -181,6 +181,7 @@ if not GAMESTATE:IsCourseMode() then }; t[#t+1] = StandardDecorationFromFileOptional("StageDisplay","StageDisplay"); end; + if GAMESTATE:IsCourseMode() then t[#t+1] = StandardDecorationFromFileOptional("NumCourseSongs","NumCourseSongs")..{ InitCommand=cmd(horizalign,right); @@ -203,7 +204,9 @@ if GAMESTATE:IsCourseMode() then CurrentCourseChangedMessageCommand=cmd(playcommand,"Set"); }; end - t[#t+1] = StandardDecorationFromFileOptional("DifficultyDisplay","DifficultyDisplay"); + +t[#t+1] = StandardDecorationFromFileOptional("DifficultyDisplay","DifficultyDisplay"); + t[#t+1] = StandardDecorationFromFileOptional("SortOrder","SortOrderText") .. { BeginCommand=cmd(playcommand,"Set"); SortOrderChangedMessageCommand=cmd(playcommand,"Set";); @@ -213,6 +216,7 @@ t[#t+1] = StandardDecorationFromFileOptional("SortOrder","SortOrderText") .. { self:playcommand("Sort"); end; }; + t[#t+1] = StandardDecorationFromFileOptional("SortOrderFrame","SortOrderFrame") .. { --[[ BeginCommand=cmd(playcommand,"Set"); SortOrderChangedMessageCommand=cmd(playcommand,"Set";); diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index c7137db672..182a04fe45 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -1160,7 +1160,7 @@ CourseContentsListY=SCREEN_TOP+216+6 CourseContentsListOnCommand=addx,-SCREEN_CENTER_X;decelerate,0.35;addx,SCREEN_CENTER_X CourseContentsListOffCommand=bouncebegin,0.15;zoomx,0; # -ShowNumCourseSongs=false +ShowNumCourseSongs=GAMESTATE:IsCourseMode() NumCourseSongsX=SCREEN_CENTER_X-160+128 NumCourseSongsY=SCREEN_TOP+160+(36/2)+8 NumCourseSongsOnCommand=zoom,0.75;strokecolor,Color("Outline");shadowlength,1