File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ private void Awake()
137137 private void Start ( )
138138 {
139139 //ColorManagerColorForTypePatch.Enable = conf.rainbowColor ? !this._util.IsNoodle && !this._util.IsChroma : (conf.oneColorRed || conf.oneColorBlue);
140- ColorManagerColorForTypePatch . Enable = conf . rainbowColor ;
140+ ColorManagerColorForTypePatch . Enable = conf . rainbowColor ? conf . rainbowColor : ( conf . oneColorRed || conf . oneColorBlue ) ;
141141
142142 if ( conf . rainbowColor )
143143 {
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "0.2.4 " ) ]
36- [ assembly: AssemblyFileVersion ( "0.2.4 " ) ]
35+ [ assembly: AssemblyVersion ( "0.2.5 " ) ]
36+ [ assembly: AssemblyFileVersion ( "0.2.5 " ) ]
Original file line number Diff line number Diff line change 33 "id" : " NoteMode" ,
44 "name" : " NoteMode" ,
55 "author" : " nullponvr" ,
6- "version" : " 0.2.4 " ,
6+ "version" : " 0.2.5 " ,
77 "description" : " NoteMode Modifiers" ,
88 "gameVersion" : " 1.20.0" ,
99 "dependsOn" : {
You can’t perform that action at this time.
0 commit comments