Skip to content

Commit

Permalink
bluh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Aug 2, 2023
1 parent 198da42 commit df214b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
- Note Color Presets

[SOMEWHERE IN BETWEEN]
- Better Startup Screen
- Script Editor

[LOW PRIORITY]
- Better Startup Screen
- Actual Noteskins System
- Freeplay Search Bar
- Fix Credits Editor
Expand Down
2 changes: 2 additions & 0 deletions source/meta/data/options/NotesSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class NotesSubState extends MusicBeatSubstate
[18, 255, 175],
[223, 0, 118]
];
updateValue();
ClientPrefs.saveSettings();
});
btn1.scale.set(1.5, 1.5);
Expand All @@ -116,6 +117,7 @@ class NotesSubState extends MusicBeatSubstate
[0, 255, 110],
[255, 0, 200]
];
updateValue();
ClientPrefs.saveSettings();
});
btn2.scale.set(1.5, 1.5);
Expand Down

0 comments on commit df214b8

Please sign in to comment.