mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-30 10:44:37 +00:00
difficulty playbar
This commit is contained in:
parent
aee8df4fcb
commit
d9d5744f1e
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 33ee5181c09e954beaf3629e34375eceb832bfd2
|
||||
Subproject commit 082a5df5bab669132f3b8f532b48be39c8f4fd43
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue