1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-27 07:17:20 +00:00

Update ChartEditorDropdowns.hx

This commit is contained in:
lemz 2024-06-11 23:48:05 +02:00 committed by EliteMasterEric
parent 928de7b8eb
commit 7a0c7ade35

View file

@ -126,7 +126,10 @@ class ChartEditorDropdowns
{
dropDown.dataSource.clear();
var noteStyleIds:Array<String> = NoteStyleRegistry.instance.listEntryIds();
// hardcoding this because i dont want note kind styles to be shown as well
// there is probably a better solution
// var noteStyleIds:Array<String> = NoteStyleRegistry.instance.listEntryIds();
var noteStyleIds:Array<String> = ['funkin', 'pixel'];
var returnValue:DropDownEntry = {id: "funkin", text: "Funkin'"};