Tweak editor atlas import error texture #69173
Open
+69
−413
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 uses a smaller, pixel-perfect design for the error texture, which reduces editor binary size by about 25 KB. Export templates do not contain this image, so their binary size is not affected by this change.
This image is rarely ever shown in the editor, so it doesn't need to look pretty. Reducing binary size is likely more important here. Replacing it with an actual editor scale-independent SVG would be the best solution, but I don't know how this could be done.
These warnings are caused by GIMP's XPM exporter, I'm not sure how to fix the output file so it doesn't cause them:
Preview
2× nearest-neighbor scaling is used here.
Source file for the new image: atlas_import_failed.xcf.zip
The font used is Kenney Pixels (licensed under CC0).