Change back to "default" noteskin instead of "cel" in fallback

This commit is contained in:
teejusb
2022-05-27 14:18:27 -07:00
parent f1af76d200
commit 6e09b3f5c3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ ColorP1Command=diffuse,PlayerColor(PLAYER_1)
ColorP2Command=diffuse,PlayerColor(PLAYER_2)
InitialScreen="ScreenCompany"
FirstAttractScreen="ScreenCompany"
DefaultModifiers="cel;1.5x"
DefaultModifiers="default;1.5x"
DefaultCpuModifiers=""
DefaultNoteSkinName="cel"
DefaultNoteSkinName="default"
DifficultiesToShow="beginner,easy,medium,hard,challenge"
CourseDifficultiesToShow="easy,medium,hard"
StepsTypesToHide="dance-couple,dance-solo,pump-halfdouble,lights-cabinet"
+1 -1
View File
@@ -30,7 +30,7 @@ AutoSetStyle=false
# Default modifiers and noteskin.
DefaultModifiers="1x"
DefaultNoteSkinName="cel"
DefaultNoteSkinName="default"
# Difficulties to show. Useful for custom games where you want to hide these.
DifficultiesToShow="beginner,easy,medium,hard,challenge"