mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
comment
This commit is contained in:
parent
ee7108757b
commit
8052773f92
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue