mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
Merge pull request #2370 from MadBear422/main
Character selection fix for chart editor
This commit is contained in:
commit
e3ee68abf2
|
@ -67,7 +67,7 @@ class ChartEditorCharacterIconSelectorMenu extends ChartEditorBaseMenu
|
||||||
|
|
||||||
var charGrid = new Grid();
|
var charGrid = new Grid();
|
||||||
charGrid.columns = 5;
|
charGrid.columns = 5;
|
||||||
charGrid.width = 100;
|
charGrid.width = this.width;
|
||||||
charSelectScroll.addComponent(charGrid);
|
charSelectScroll.addComponent(charGrid);
|
||||||
|
|
||||||
var charIds:Array<String> = CharacterDataParser.listCharacterIds();
|
var charIds:Array<String> = CharacterDataParser.listCharacterIds();
|
||||||
|
|
Loading…
Reference in a new issue