make course use songs we have, add back experimental customdifficulties;

This commit is contained in:
Jonathan Payne
2012-01-07 00:23:00 -08:00
parent 0072afdf01
commit 91bd3c02cf
4 changed files with 85 additions and 6 deletions
+4 -1
View File
@@ -93,7 +93,10 @@ GameColor = {
GameColor.Difficulty["Crazy"] = GameColor.Difficulty["Hard"]
GameColor.Difficulty["Freestyle"] = GameColor.Difficulty["Easy"]
GameColor.Difficulty["Nightmare"] = GameColor.Difficulty["Challenge"]
GameColor.Difficulty["HalfDouble"] = GameColor.Difficulty["Medium"]
GameColor.Difficulty["HalfDoubleEasy"] = GameColor.Difficulty["Easy"]
GameColor.Difficulty["HalfDoubleMedium"] = GameColor.Difficulty["Medium"]
GameColor.Difficulty["HalfDoubleHard"] = GameColor.Difficulty["Hard"]
GameColor.Difficulty["HalfDoubleExpert"] = GameColor.Difficulty["Expert"]
--[[ Fallbacks ]]
function BoostColor( cColor, fBoost )