New metatile export options, metatile/tile image fixes#758
Merged
GriffinRichards merged 11 commits intohuderlem:devfrom Jul 25, 2025
Merged
New metatile export options, metatile/tile image fixes#758GriffinRichards merged 11 commits intohuderlem:devfrom
GriffinRichards merged 11 commits intohuderlem:devfrom
Conversation
grunt-lucas
reviewed
Jul 22, 2025
| if (!filepath.isEmpty()) { | ||
| QImage image = this->metatileSelector->buildPrimaryMetatilesImage(); | ||
| image.save(filepath, "PNG"); | ||
| void TilesetEditor::exportPorytilesLayerImages(Tileset *tileset) { |
This was referenced Jul 25, 2025
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.
Additions/changes:
Export Metatiles Image...option to the Tileset Editor that provides many more options for customizing metatile images (Closes Add option to export metatile layer image #544).Export Porytiles Layer Imagesoption to the Tileset Editor, which is a shortcut for individually exporting layer images with the correct settings using the newExport Metatiles Image...window.Fixes:
Change Dimensionspopup shifting while scrolling around (Closes Checked background shifts on map resizing screen #739).Internally, there were a lot of changes to move away from explicit image sizes. In particular there are now constants to represent the pixel size of tiles, the tile size of metatiles, and various other sizes that inherit from these two.