66
77namespace QBeatSaberPlus_NoteTweaker {
88
9- using namespace UnityEngine ;
9+ namespace _u
10+ {
11+ using namespace UnityEngine ;
12+ }
1013
1114 class NTConfig : public CP_SDK ::Config::JsonConfig
1215 {
@@ -17,30 +20,30 @@ namespace QBeatSaberPlus_NoteTweaker {
1720 {
1821 std::u16string Name = u" New profile" ;
1922
20- float NotesScale = 0 .9f ;
21- bool NotesShowPrecisonDots = true ;
22- float NotesPrecisonDotsScale = 0 .40f ;
23+ float NotesScale = 0 .9f ;
24+ bool NotesShowPrecisonDots = true ;
25+ float NotesPrecisonDotsScale = 0 .40f ;
2326
24- float ArrowsScale = 1 .0f ;
25- float ArrowsIntensity = 1 .0f ;
26- bool ArrowsOverrideColors = false ;
27- Color ArrowsLColor = Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
28- Color ArrowsRColor = Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
27+ float ArrowsScale = 1 .0f ;
28+ float ArrowsIntensity = 1 .0f ;
29+ bool ArrowsOverrideColors = false ;
30+ _u:: Color ArrowsLColor = _u:: Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
31+ _u:: Color ArrowsRColor = _u:: Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
2932
30- float DotsScale = 0 .85f ;
31- float DotsIntensity = 1 .0f ;
32- bool DotsOverrideColors = false ;
33- Color DotsLColor = Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
34- Color DotsRColor = Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
33+ float DotsScale = 0 .85f ;
34+ float DotsIntensity = 1 .0f ;
35+ bool DotsOverrideColors = false ;
36+ _u:: Color DotsLColor = _u:: Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
37+ _u:: Color DotsRColor = _u:: Color(0 .12f , 0 .75f , 1 .00f , 1 .00f );
3538
36- float BombsScale = 1 .0f ;
37- bool BombsOverrideColor = false ;
38- Color BombsColor = Color(1 .0000f , 0 .0000f , 0 .6469f , 1 .0f );
39+ float BombsScale = 1 .0f ;
40+ bool BombsOverrideColor = false ;
41+ _u:: Color BombsColor = _u:: Color(1 .0000f , 0 .0000f , 0 .6469f , 1 .0f );
3942
40- float ArcsIntensity = 1 .00f ;
41- bool ArcsHaptics = true ;
43+ float ArcsIntensity = 1 .00f ;
44+ bool ArcsHaptics = true ;
4245
43- float BurstNotesDotsScale = 1 .5f ;
46+ float BurstNotesDotsScale = 1 .5f ;
4447
4548 static std::shared_ptr<_Profile> AsDefault ();
4649
0 commit comments