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.
Summary
Tileset changes for CleverRaven/Cataclysm-DDA#65738
Content of the change
This should only be merged if CleverRaven/Cataclysm-DDA#65738 is.
The PR introduces 3D vision. Some tilesets require minor changes as follows:
t_open_air
and variants should either be unassigned or semi-transparent. A blank sprite will make z-levels indistinguishable from each other. I opted to add simple sprites because any fallback eats a bit of performance. Simply change them when you have something better.tr_ledge
needs to be assigned a blank sprite to prevent a fallback sprite from being drawn. I reuse the oldt_open_air
for this.Affected tilesets are BrownLikeBears, Chibi_Ultica, MShockXotto+, NeoDays, Retrodays, and UltimateCataclysm.
My sprites are made in Krita 5.1 and saved using default settings.
Testing
Compose script ran successfully and modified tiles interact properly with the 3D vision PR. Did not notice any unintended changes in comparison to the current master.
Additional information
Not too familiar with the workflow of this repo. Let me know if anything blows up and feel free to edit my changes.