Added Stop Course to pause menu. Hide foreground during pause menu. Changed GiveUpStartText, GiveUpBackText, and SkipSongText to tell the player to double tap for the menu.
This commit is contained in:
@@ -43,3 +43,7 @@ function thified_curstage_index(on_eval)
|
||||
return ToEnumShortString(cur_stage)
|
||||
end
|
||||
end
|
||||
|
||||
function check_stop_course_early()
|
||||
return course_stopped_by_pause_menu
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user