Theme housekeeping and ScreenContinue.

This commit is contained in:
ListenerJubatus
2018-08-04 11:51:38 -06:00
parent aa9d264a06
commit 9f8f7e3091
10 changed files with 102 additions and 22 deletions
+11 -11
View File
@@ -82,19 +82,19 @@ GameColor = {
Difficulty_Routine = color("#ff9a00") -- orange
},
Stage = {
Stage_1st = color("#F6C455"),
Stage_2nd = color("#EDA858"),
Stage_3rd = color("#E69259"),
Stage_4th = color("#DD775B"),
Stage_5th = color("#D55E5D"),
Stage_6th = color("#CD445F"),
Stage_Next = color("#73ff00"),
Stage_Final = color("#4BC6EB"),
Stage_1st = color("#9d324e"),
Stage_2nd = color("#9d3262"),
Stage_3rd = color("#9d3280"),
Stage_4th = color("#9d329d"),
Stage_5th = color("#7b329d"),
Stage_6th = color("#52329d"),
Stage_Next = color("#52329d"),
Stage_Final = color("#325c9d"),
Stage_Extra1 = color("#B60052"),
Stage_Extra2 = color("#FF499B"),
Stage_Nonstop = color("#FFD782"),
Stage_Oni = color("#FF714D"),
Stage_Endless = color("#6040A7"),
Stage_Nonstop = color("#9d324e"),
Stage_Oni = color("#9d3232"),
Stage_Endless = color("#9d3232"),
Stage_Event = color("#9d324e"),
Stage_Demo = color("#9d324e")
},