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:
parent
928de7b8eb
commit
7a0c7ade35
|
@ -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'"};
|
||||
|
||||
|
|
Loading…
Reference in a new issue