just some more changes
This commit is contained in:
@@ -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";);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user