mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
comment
This commit is contained in:
parent
ee7108757b
commit
8052773f92
|
@ -14,6 +14,7 @@ class LetterSort extends FlxTypedSpriteGroup<FlxSprite>
|
|||
{
|
||||
public var letters:Array<FreeplayLetter> = [];
|
||||
|
||||
// starts at 2, cuz that's the middle letter on start (accounting for fav and #, it should begin at ALL filter)
|
||||
var curSelection:Int = 2;
|
||||
|
||||
public var changeSelectionCallback:String->Void;
|
||||
|
|
Loading…
Reference in a new issue