just some more changes

This commit is contained in:
AJ Kelly
2010-08-16 22:37:56 -05:00
parent 68eb28b9c4
commit d17b11e31c
2 changed files with 6 additions and 2 deletions
@@ -181,6 +181,7 @@ if not GAMESTATE:IsCourseMode() then
}; };
t[#t+1] = StandardDecorationFromFileOptional("StageDisplay","StageDisplay"); t[#t+1] = StandardDecorationFromFileOptional("StageDisplay","StageDisplay");
end; end;
if GAMESTATE:IsCourseMode() then if GAMESTATE:IsCourseMode() then
t[#t+1] = StandardDecorationFromFileOptional("NumCourseSongs","NumCourseSongs")..{ t[#t+1] = StandardDecorationFromFileOptional("NumCourseSongs","NumCourseSongs")..{
InitCommand=cmd(horizalign,right); InitCommand=cmd(horizalign,right);
@@ -203,7 +204,9 @@ if GAMESTATE:IsCourseMode() then
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set"); CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
}; };
end end
t[#t+1] = StandardDecorationFromFileOptional("DifficultyDisplay","DifficultyDisplay"); t[#t+1] = StandardDecorationFromFileOptional("DifficultyDisplay","DifficultyDisplay");
t[#t+1] = StandardDecorationFromFileOptional("SortOrder","SortOrderText") .. { t[#t+1] = StandardDecorationFromFileOptional("SortOrder","SortOrderText") .. {
BeginCommand=cmd(playcommand,"Set"); BeginCommand=cmd(playcommand,"Set");
SortOrderChangedMessageCommand=cmd(playcommand,"Set";); SortOrderChangedMessageCommand=cmd(playcommand,"Set";);
@@ -213,6 +216,7 @@ t[#t+1] = StandardDecorationFromFileOptional("SortOrder","SortOrderText") .. {
self:playcommand("Sort"); self:playcommand("Sort");
end; end;
}; };
t[#t+1] = StandardDecorationFromFileOptional("SortOrderFrame","SortOrderFrame") .. { t[#t+1] = StandardDecorationFromFileOptional("SortOrderFrame","SortOrderFrame") .. {
--[[ BeginCommand=cmd(playcommand,"Set"); --[[ BeginCommand=cmd(playcommand,"Set");
SortOrderChangedMessageCommand=cmd(playcommand,"Set";); SortOrderChangedMessageCommand=cmd(playcommand,"Set";);
+1 -1
View File
@@ -1160,7 +1160,7 @@ CourseContentsListY=SCREEN_TOP+216+6
CourseContentsListOnCommand=addx,-SCREEN_CENTER_X;decelerate,0.35;addx,SCREEN_CENTER_X CourseContentsListOnCommand=addx,-SCREEN_CENTER_X;decelerate,0.35;addx,SCREEN_CENTER_X
CourseContentsListOffCommand=bouncebegin,0.15;zoomx,0; CourseContentsListOffCommand=bouncebegin,0.15;zoomx,0;
# #
ShowNumCourseSongs=false ShowNumCourseSongs=GAMESTATE:IsCourseMode()
NumCourseSongsX=SCREEN_CENTER_X-160+128 NumCourseSongsX=SCREEN_CENTER_X-160+128
NumCourseSongsY=SCREEN_TOP+160+(36/2)+8 NumCourseSongsY=SCREEN_TOP+160+(36/2)+8
NumCourseSongsOnCommand=zoom,0.75;strokecolor,Color("Outline");shadowlength,1 NumCourseSongsOnCommand=zoom,0.75;strokecolor,Color("Outline");shadowlength,1