Skip to content

Commit

Permalink
reset the scale of the og icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Nov 13, 2024
1 parent 459992c commit 1ef3f56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ class CharSelectIndexSubPage extends FlxSpriteGroup
icon.setCharacter("bf");
icon.setGraphicSize(128, 128);
icon.updateHitbox();
icon.scale.set(2, 2);
}

if (Std.isOfType(selectedIcon, PixelatedIcon))
Expand Down

0 comments on commit 1ef3f56

Please sign in to comment.