Skip to content

Commit

Permalink
replace locks with desaturated bf icons
Browse files Browse the repository at this point in the history
the boyfriends are plentiful
  • Loading branch information
KoloInDaCrib committed Nov 9, 2024
1 parent bd3d3cd commit b31053f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ class CharSelectIndexSubPage extends FlxSpriteGroup
}
else
{
var temp:Lock = new Lock(0, 0, i);
var temp:PixelatedIcon = new PixelatedIcon(0, 0);
temp.setCharacter("bf");
temp.setGraphicSize(ICON_SIZE, ICON_SIZE);
temp.updateHitbox();
temp.shader = new funkin.graphics.shaders.Grayscale();
temp.ID = 1;
grpIcons.add(temp);
}
Expand Down

0 comments on commit b31053f

Please sign in to comment.