1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-20 07:25:59 +00:00

difficulty playbar

This commit is contained in:
Cameron Taylor 2023-11-28 04:05:17 -05:00
parent aee8df4fcb
commit d9d5744f1e
2 changed files with 2 additions and 1 deletions

2
assets

@ -1 +1 @@
Subproject commit 33ee5181c09e954beaf3629e34375eceb832bfd2
Subproject commit 082a5df5bab669132f3b8f532b48be39c8f4fd43

View file

@ -3979,6 +3979,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
if (playbarSongRemaining.value != songRemainingString) playbarSongRemaining.value = songRemainingString;
playbarNoteSnap.text = '1/${noteSnapQuant}';
playbarDifficulty.text = "Difficulty: " + selectedDifficulty.toTitleCase();
}
function handlePlayhead():Void