From d9d5744f1eff2b75a4ac1e19962a096662a3009e Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Tue, 28 Nov 2023 04:05:17 -0500
Subject: [PATCH] difficulty playbar

---
 assets                                              | 2 +-
 source/funkin/ui/debug/charting/ChartEditorState.hx | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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