BootstrapperIcon: Add Roblox's 2025 icon - #5621
Closed
exurd wants to merge 2 commits into
Closed
Conversation
the original size of this icon is ~25kb. annoyingly, the .ico conversion website that pizzaboxer uses for these icons turns it into ~100kb.
Author
|
|
0tsako
suggested changes
Aug 17, 2025
Optimise: Icon2025.ico only keep 16x16, 32x32 and 256x256 images of the icon -- Icon2025: replace 256 size with 128 Used icoconverter.com as suggested by @pikminmario500. Much bigger size, guessing it's because the ICO file stores 128 as a BMP and 256 as a PNG... 🥲
0tsako
approved these changes
Aug 17, 2025
Member
|
Thanks for the PR. I've already done this in a local branch, plus your PR would break lots of Bloxstrap installations as you're shifting some enum values to a different one. Thanks anyways! |
Author
|
@bluepilledgreat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the option to use Roblox's 2025 icon in the Bootstrapper window. Simple as.