Replace D2k 8-bit custom tiles with 16-bit equivalents#21258
Merged
PunkPun merged 1 commit intoJan 6, 2024
Conversation
af04c89 to
9485f37
Compare
Member
|
Did you accidentally push balance changes into this PR? |
Member
|
Can we please move the customtiles.r16 from the |
Member
|
|
9485f37 to
9608523
Compare
Contributor
Author
|
Sorry, I fuck up my rebase again :( . I check all custom tiles once more and fixed all pixel size errors. But should be check also by someone else. |
Contributor
Author
|
Is this PR working now? because it start crashing after I force push. |
PunkPun
reviewed
Dec 20, 2023
Member
PunkPun
left a comment
There was a problem hiding this comment.
it seems to be working for me.
2574d79 to
aa788b3
Compare
aa788b3 to
79fed68
Compare
Member
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.
Dependencies: #21240

Tested on devtest-20231206 version.
This PR replace .tmp custom tiles with R16 equivalents and add some new from #21221
Know issue:
I was unable to use PngSheet because utility convert it back to 8-bit. Instead I used standart R16 tileset format. But because Tileset editor require exact resolution (640x 1280) there is lots of unused frames there.
Tileset:
Im planning to fill free frames in later PRs.