Remove legacy network code

This commit is contained in:
Martin Natano
2022-04-11 14:50:00 -07:00
committed by teejusb
parent f1e3e4d519
commit 4c0aef69dd
124 changed files with 56 additions and 10863 deletions
+1 -6
View File
@@ -13,10 +13,6 @@ function ScreenColor(screen)
["ScreenEvaluationSummary"] = ScreenColors.Summary,
["ScreenStageInformation"] = ScreenColors.StageInformation,
["ScreenEditMenu"] = ScreenColors.Edit,
["ScreenSMOnlineLogin"] = ScreenColors.Online,
["ScreenNetRoom"] = ScreenColors.Online,
["ScreenNetSelectMusic"] = ScreenColors.Online,
["ScreenNetEvaluation"] = ScreenColors.Evaluation,
["Default"] = ScreenColors.Default,
}
@@ -28,7 +24,6 @@ ScreenColors = {
Style = color("#882D47"),
PlayMode = color("#882D47"),
Music = color("#882D47"),
Online = color("#882D47"),
Course = color("#882D47"),
PlayerOptions = color("#882D47"),
OptionsService = color("#882D47"),
@@ -113,4 +108,4 @@ 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["HalfDouble"] = GameColor.Difficulty["Medium"]