diff --git a/assets b/assets index 33ee5181c..082a5df5b 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 33ee5181c09e954beaf3629e34375eceb832bfd2 +Subproject commit 082a5df5bab669132f3b8f532b48be39c8f4fd43 diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index da3a3b0b6..4a8f22982 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -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