Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Nov 9, 2024
1 parent f6c82c1 commit cecb882
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class CharSelectIndexSubPage extends FlxSpriteGroup
this.visible = true;
this.active = true;

cursorConfirmed.visible = false;
cursorDenied.visible = false;

parentPage.handleInput = false;
}

Expand Down Expand Up @@ -192,6 +195,8 @@ class CharSelectIndexSubPage extends FlxSpriteGroup
grpIcons.add(temp);
}
}

updateIconPositions();
}

function updateIconPositions():Void
Expand Down

0 comments on commit cecb882

Please sign in to comment.