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:
Kyzentun Keeslala
2016-01-12 17:37:00 -07:00
parent 0de66f6e1a
commit a3f5682ce2
5 changed files with 39 additions and 11 deletions
+4
View File
@@ -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